Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ async def generate(request: ChatRequest):
|
|
| 178 |
|
| 179 |
def run_uvicorn():
|
| 180 |
try:
|
| 181 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
| 182 |
except Exception as e:
|
| 183 |
print(f"Error al ejecutar uvicorn: {e}")
|
| 184 |
|
|
|
|
| 178 |
|
| 179 |
def run_uvicorn():
|
| 180 |
try:
|
| 181 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|
| 182 |
except Exception as e:
|
| 183 |
print(f"Error al ejecutar uvicorn: {e}")
|
| 184 |
|