Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,9 @@ colorFrom: purple
|
|
| 5 |
colorTo: gray
|
| 6 |
pinned: false
|
| 7 |
short_description: MyMonsterUI test
|
| 8 |
-
sdk:
|
| 9 |
-
app_file:
|
| 10 |
-
python_version:
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: gray
|
| 6 |
pinned: false
|
| 7 |
short_description: MyMonsterUI test
|
| 8 |
+
sdk: static
|
| 9 |
+
app_file: main.py
|
| 10 |
+
python_version: '3.10'
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|