Commit 09700061 authored by Manoj Kumar's avatar Manoj Kumar

Merge branch 'manoj_dev' into 'master'

rewamp json

See merge request !64
parents 64d69d64 a98fecb3
......@@ -53,7 +53,9 @@ def response():
URL = 'http://localhost:3000/tts/upload'
PARAMS = {
"files":{
"file":responseGIF
"file":{
"filename":responseGIF
}
}
}
requests.post(URL,PARAMS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment