Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,14 +16,6 @@ load_dotenv()
|
|
| 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 |
-
#API_URL = os.getenv("API_URL", "https://dsalazarcazanhas-flowise.hf.space/api/v1/prediction/9310432d-f1c9-4194-80a4-84bd3d8ac6af")
|
| 22 |
-
#head = {"Authorization": "Bearer -rejhzEZZ2xaG1P8zGfKYnRBy-wJXpbbE13ld-ZaFEY"}
|
| 23 |
-
|
| 24 |
-
#API_URL = os.getenv("API_URL","https://marie0501-boulder-weather-flowise.hf.space/api/v1/prediction/dd2d1375-8019-4f52-bc23-1d0845b4a0c1")
|
| 25 |
-
#head = {"Authorization": "Bearer o6Xy3bIuPhDJV_z0PefeuvbHO2X3yo3Rt7NSiW-bY4o"}
|
| 26 |
-
|
| 27 |
session = requests.Session()
|
| 28 |
|
| 29 |
# Configurar reintentos
|
|
|
|
| 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 |
|
| 21 |
# Configurar reintentos
|