Spaces:
Runtime error
Runtime error
Create huggingface.yml
Browse files- huggingface.yml +6 -0
huggingface.yml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: python
|
| 2 |
+
python_version: "3.10"
|
| 3 |
+
install:
|
| 4 |
+
- pip install -r requirements.txt
|
| 5 |
+
- chmod +x start.sh
|
| 6 |
+
command: ./start.sh
|