Spaces:
Running
Running
Create .huggingface.yaml
Browse files- .huggingface.yaml +3 -0
.huggingface.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: streamlit
|
| 2 |
+
sdk_version: "1.50.0" # or any recent stable version
|
| 3 |
+
app_file: app.py
|