harrisonyu0812 commited on
Commit
f2da10d
·
1 Parent(s): 23921e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
 
8
  def classify_image(filepath) -> Dict[str, float]:
9
 
10
- url = 'http://18.220.109.92/predict'
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(