Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
python -c "import main; print('Imports OK')"
|
| 5 |
-
|
| 6 |
-
uvicorn main:app --host 0.0.0.0 --port 7860
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# Start the FastAPI application on the port required by Hugging Face Spaces
|
| 3 |
+
uvicorn main:app --host 0.0.0.0 --port 7860
|
|
|
|
|
|
|
|
|