Spaces:
Runtime error
Runtime error
Update Spacefile
Browse files
Spacefile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
sdk: custom
|
| 2 |
-
python_version: 3.9
|
| 3 |
-
app_file: app
|
| 4 |
-
command: uvicorn app
|
|
|
|
|
|
| 1 |
+
sdk: custom
|
| 2 |
+
python_version: 3.9
|
| 3 |
+
app_file: app.py
|
| 4 |
+
command: uvicorn app:app --host 0.0.0.0 --port 7860
|
| 5 |
+
|