Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def classify_image(filepath):
|
|
10 |
and then return the results.
|
11 |
"""
|
12 |
print("============")
|
13 |
-
url = "http://18.
|
14 |
with open(filepath, "rb") as f:
|
15 |
response = requests.post(url, files={"file": f})
|
16 |
print('ζε')
|
|
|
10 |
and then return the results.
|
11 |
"""
|
12 |
print("============")
|
13 |
+
url = "http://18.191.206.114/predict"
|
14 |
with open(filepath, "rb") as f:
|
15 |
response = requests.post(url, files={"file": f})
|
16 |
print('ζε')
|