apirrone
commited on
Commit
·
0c3901b
1
Parent(s):
66cd043
update gradio version. Fixes the app stop issue
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -13,7 +13,7 @@ dependencies = [
|
|
| 13 |
#Media
|
| 14 |
"aiortc>=1.13.0",
|
| 15 |
"fastrtc>=0.0.34",
|
| 16 |
-
"gradio
|
| 17 |
"huggingface_hub>=0.34.4",
|
| 18 |
"opencv-python>=4.12.0.88",
|
| 19 |
|
|
|
|
| 13 |
#Media
|
| 14 |
"aiortc>=1.13.0",
|
| 15 |
"fastrtc>=0.0.34",
|
| 16 |
+
"gradio==5.50.1.dev1",
|
| 17 |
"huggingface_hub>=0.34.4",
|
| 18 |
"opencv-python>=4.12.0.88",
|
| 19 |
|