Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
•
36b62bb
1
Parent(s):
d6a168c
update
Browse files
main.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import
|
2 |
|
3 |
-
|
4 |
-
uvicorn.run(f"app.app:app", host="0.0.0.0", port=7860, log_level="info")
|
|
|
1 |
+
import subprocess
|
2 |
|
3 |
+
subprocess.run("uvicorn modules.app:app --host 0.0.0.0 --port 7860", shell=True)
|
|