Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
·
d6a168c
1
Parent(s):
e53d9c9
update
Browse files
main.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import uvicorn
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
-
uvicorn.run(f"app.app:app", host="0.0.0.0", port=
|
|
|
1 |
import uvicorn
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
+
uvicorn.run(f"app.app:app", host="0.0.0.0", port=7860, log_level="info")
|