Spaces:
Running
Running
Safari fix (bump gradio)
Browse files- README.md +2 -2
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,12 +4,12 @@ emoji: 💬📝
|
|
4 |
colorFrom: purple
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
python_version: 3.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
-
short_description: Chat
|
13 |
hf_oauth: true
|
14 |
hf_oauth_scopes:
|
15 |
- read-repos
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.6.0
|
8 |
python_version: 3.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
+
short_description: View, edit, test and submit Chat Templates
|
13 |
hf_oauth: true
|
14 |
hf_oauth_scopes:
|
15 |
- read-repos
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# gradio[oauth]==5.
|
2 |
huggingface_hub==0.26.2
|
3 |
# gradio_huggingfacehub_search==0.0.8
|
4 |
transformers==4.46.1
|
|
|
1 |
+
# gradio[oauth]==5.6.0
|
2 |
huggingface_hub==0.26.2
|
3 |
# gradio_huggingfacehub_search==0.0.8
|
4 |
transformers==4.46.1
|