Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,9 @@ logging.basicConfig(level=logging.INFO)
|
|
| 14 |
load_dotenv()
|
| 15 |
|
| 16 |
# Configuraci贸n de la API de Flowise
|
| 17 |
-
API_URL = os.getenv("API_URL", "https://livanarzuaga-test.hf.space/api/v1/prediction/2a2e535d-1807-4701-8468-c0ede26bcdbf")
|
|
|
|
|
|
|
| 18 |
|
| 19 |
session = requests.Session()
|
| 20 |
|
|
|
|
| 14 |
load_dotenv()
|
| 15 |
|
| 16 |
# Configuraci贸n de la API de Flowise
|
| 17 |
+
#API_URL = os.getenv("API_URL", "https://livanarzuaga-test.hf.space/api/v1/prediction/2a2e535d-1807-4701-8468-c0ede26bcdbf")
|
| 18 |
+
|
| 19 |
+
API_URL = os.getenv("API_URL", "https://wilkie-hf-space-tuto.hf.space/api/v1/prediction/037dd3d4-8492-45c4-9c5f-6ff84b8e95ee")
|
| 20 |
|
| 21 |
session = requests.Session()
|
| 22 |
|