Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -16,7 +16,6 @@ def index():
|
|
| 16 |
|
| 17 |
|
| 18 |
if __name__ == "__main__":
|
| 19 |
-
|
| 20 |
-
uvicorn.run(app, host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
|
| 21 |
# Correct way to launch
|
| 22 |
serve()
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
if __name__ == "__main__":
|
| 19 |
+
|
|
|
|
| 20 |
# Correct way to launch
|
| 21 |
serve()
|