Spaces:
Running
Running
Update dependencies and enable SSR again
Browse files- README.md +1 -1
- app.py +1 -1
- requirements.txt +3 -3
README.md
CHANGED
@@ -4,7 +4,7 @@ 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
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.5.0
|
8 |
python_version: 3.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
app.py
CHANGED
@@ -1407,4 +1407,4 @@ if __name__ == "__main__":
|
|
1407 |
max_size = 10,
|
1408 |
default_concurrency_limit = 10,
|
1409 |
)
|
1410 |
-
blocks.launch(
|
|
|
1407 |
max_size = 10,
|
1408 |
default_concurrency_limit = 10,
|
1409 |
)
|
1410 |
+
blocks.launch()
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# gradio[oauth]==5.
|
2 |
-
huggingface_hub==0.26.
|
3 |
# gradio_huggingfacehub_search==0.0.8
|
4 |
-
transformers==4.
|
5 |
https://huggingface.co/spaces/CISCai/chat-template-editor/resolve/main/gradio_huggingfacehub_search-0.0.8-py3-none-any.whl
|
|
|
1 |
+
# gradio[oauth]==5.5.0
|
2 |
+
huggingface_hub==0.26.2
|
3 |
# gradio_huggingfacehub_search==0.0.8
|
4 |
+
transformers==4.46.1
|
5 |
https://huggingface.co/spaces/CISCai/chat-template-editor/resolve/main/gradio_huggingfacehub_search-0.0.8-py3-none-any.whl
|