Surajgjadhav commited on
Commit
51d250e
·
verified ·
1 Parent(s): 96981d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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.10
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.10`: asks Hugging Face to run the Space with Python 3.10.
41
- - `sdk_version: 5.0.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.
 
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.