Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,6 @@ def vqa(file_path, question):
|
|
28 |
files = {"file": open(file_path, "rb")}
|
29 |
question = {"question": question}
|
30 |
headers = {"X-Auth-Token": token}
|
31 |
-
print(url_vqa)
|
32 |
resp = requests.post(url_vqa,
|
33 |
files=files,
|
34 |
data=question,
|
|
|
28 |
files = {"file": open(file_path, "rb")}
|
29 |
question = {"question": question}
|
30 |
headers = {"X-Auth-Token": token}
|
|
|
31 |
resp = requests.post(url_vqa,
|
32 |
files=files,
|
33 |
data=question,
|