Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ if __name__ == "__main__":
|
|
147 |
import uvicorn
|
148 |
# The 'reload=True' is great for local development for auto-reloading changes.
|
149 |
# For production in a Docker container, it's typically omitted for performance.
|
150 |
-
uvicorn.run(app, host="0.0.0.0", port=8000, log_level="info")
|
|
|
147 |
import uvicorn
|
148 |
# The 'reload=True' is great for local development for auto-reloading changes.
|
149 |
# For production in a Docker container, it's typically omitted for performance.
|
150 |
+
uvicorn.run(app, host="0.0.0.0", port=8000, log_level="info")
|