Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -9,7 +9,7 @@ safetensors>=0.3.0,<1.0.0
|
|
| 9 |
|
| 10 |
# Gradio and web framework (pinned to avoid schema issues)
|
| 11 |
gradio==4.42.0
|
| 12 |
-
|
| 13 |
fastapi>=0.111,<0.114
|
| 14 |
uvicorn
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
# Gradio and web framework (pinned to avoid schema issues)
|
| 11 |
gradio==4.42.0
|
| 12 |
+
gradio-client==1.3.0
|
| 13 |
fastapi>=0.111,<0.114
|
| 14 |
uvicorn
|
| 15 |
|