Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -8,8 +8,9 @@ accelerate>=0.20.0,<1.0.0
|
|
| 8 |
safetensors>=0.3.0,<1.0.0
|
| 9 |
|
| 10 |
# Gradio and web framework (pinned to avoid schema issues)
|
| 11 |
-
gradio==4.
|
| 12 |
-
gradio
|
|
|
|
| 13 |
fastapi>=0.111,<0.114
|
| 14 |
uvicorn[standard]
|
| 15 |
|
|
|
|
| 8 |
safetensors>=0.3.0,<1.0.0
|
| 9 |
|
| 10 |
# Gradio and web framework (pinned to avoid schema issues)
|
| 11 |
+
gradio[oauth]==4.44.1
|
| 12 |
+
gradio==4.44.1
|
| 13 |
+
gradio_client>=1.4.2
|
| 14 |
fastapi>=0.111,<0.114
|
| 15 |
uvicorn[standard]
|
| 16 |
|