Spaces:
Sleeping
Sleeping
Commit ·
29df900
1
Parent(s): e7c73e2
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def query(filename):
|
|
| 9 |
response = requests.post(API_URL, headers=headers, data=data)
|
| 10 |
return response.json()
|
| 11 |
|
| 12 |
-
output = query("
|
| 13 |
print(output)
|
| 14 |
|
| 15 |
|
|
|
|
| 9 |
response = requests.post(API_URL, headers=headers, data=data)
|
| 10 |
return response.json()
|
| 11 |
|
| 12 |
+
output = query("apple.png")
|
| 13 |
print(output)
|
| 14 |
|
| 15 |
|