Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
e233f3d
1
Parent(s):
7de3018
Change port
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def get_key():
|
|
35 |
ip = requests.get('https://checkip.amazonaws.com').text.strip()
|
36 |
print(ip)
|
37 |
|
38 |
-
URL = "http://54.242.37.195:
|
39 |
# The springboard machine we built to protect the key, 20217 is the birthday of Tianbao's girlfriend
|
40 |
# we will only let the demo machine have the access to the keys
|
41 |
|
|
|
35 |
ip = requests.get('https://checkip.amazonaws.com').text.strip()
|
36 |
print(ip)
|
37 |
|
38 |
+
URL = "http://54.242.37.195:8080/api/predict"
|
39 |
# The springboard machine we built to protect the key, 20217 is the birthday of Tianbao's girlfriend
|
40 |
# we will only let the demo machine have the access to the keys
|
41 |
|