Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
-
python_version: 3.
|
| 9 |
app_file: app.py
|
| 10 |
fullWidth: true
|
| 11 |
header: mini
|
|
@@ -37,8 +37,8 @@ Important Space settings used here:
|
|
| 37 |
|
| 38 |
- `sdk: gradio`: runs the project as a Gradio Space.
|
| 39 |
- `app_file: app.py`: uses `app.py` as the launch entrypoint.
|
| 40 |
-
- `python_version: 3.
|
| 41 |
-
- `sdk_version:
|
| 42 |
- `fullWidth: true`: gives the chat UI enough horizontal room.
|
| 43 |
- `header: mini`: keeps the Hugging Face frame compact so the app feels more immersive.
|
| 44 |
- `models`: declares the GGUF model repository used by the app.
|
|
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
+
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
fullWidth: true
|
| 11 |
header: mini
|
|
|
|
| 37 |
|
| 38 |
- `sdk: gradio`: runs the project as a Gradio Space.
|
| 39 |
- `app_file: app.py`: uses `app.py` as the launch entrypoint.
|
| 40 |
+
- `python_version: 3.13`: asks Hugging Face to run the Space with Python 3.13.
|
| 41 |
+
- `sdk_version: 6.18.0`: pins the Gradio runtime family used by the Space.
|
| 42 |
- `fullWidth: true`: gives the chat UI enough horizontal room.
|
| 43 |
- `header: mini`: keeps the Hugging Face frame compact so the app feels more immersive.
|
| 44 |
- `models`: declares the GGUF model repository used by the app.
|