Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,10 +8,10 @@ import time
|
|
| 8 |
import traceback
|
| 9 |
|
| 10 |
# 🔧 CONFIGURE: Replace with your EC2 public IP
|
| 11 |
-
API_URL = "http://
|
| 12 |
-
HEALTH_URL = "http://
|
| 13 |
-
SIMPLE_TEST_URL = "http://
|
| 14 |
-
DEBUG_URL = "http://
|
| 15 |
|
| 16 |
def test_connection():
|
| 17 |
try:
|
|
|
|
| 8 |
import traceback
|
| 9 |
|
| 10 |
# 🔧 CONFIGURE: Replace with your EC2 public IP
|
| 11 |
+
API_URL = "http://3.14.153.135:5000/ask"
|
| 12 |
+
HEALTH_URL = "http://3.14.153.135:5000/health"
|
| 13 |
+
SIMPLE_TEST_URL = "http://3.14.153.135:5000/simple-test"
|
| 14 |
+
DEBUG_URL = "http://3.14.153.135:5000/debug"
|
| 15 |
|
| 16 |
def test_connection():
|
| 17 |
try:
|