Spaces:
Sleeping
Sleeping
Commit
·
f2da10d
1
Parent(s):
23921e7
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
|
8 |
def classify_image(filepath) -> Dict[str, float]:
|
9 |
|
10 |
-
url = 'http://18.
|
11 |
with open(filepath,'rb') as f:
|
12 |
# Make the API request
|
13 |
response = requests.post(
|
|
|
7 |
|
8 |
def classify_image(filepath) -> Dict[str, float]:
|
9 |
|
10 |
+
url = 'http://18.227.228.233/predict'
|
11 |
with open(filepath,'rb') as f:
|
12 |
# Make the API request
|
13 |
response = requests.post(
|