lwdragon commited on
Commit
b4d7f9c
·
1 Parent(s): 68857d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,