Spaces:
Runtime error
Runtime error
Update port to 8080 for Hugging Face Spaces
Browse files
app.py
CHANGED
|
@@ -35,4 +35,4 @@ async def generate_text(request: GenerationRequest):
|
|
| 35 |
|
| 36 |
if __name__ == "__main__":
|
| 37 |
import uvicorn
|
| 38 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 35 |
|
| 36 |
if __name__ == "__main__":
|
| 37 |
import uvicorn
|
| 38 |
+
uvicorn.run(app, host="0.0.0.0", port=8080)
|