wei12138 commited on
Commit
6dc2b75
β€’
1 Parent(s): 6a177ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def classify_image(filepath):
10
  and then return the results.
11
  """
12
  print("============")
13
- url = "http://18.220.25.54/predict"
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('成功')