Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ boto3==1.26.0
|
|
| 2 |
botocore==1.29.0
|
| 3 |
fastapi>=0.103.0
|
| 4 |
uvicorn==0.15.0
|
| 5 |
-
gradio
|
| 6 |
numpy==1.21.0
|
| 7 |
python-multipart>=0.0.9
|
| 8 |
tabulate==0.9.0
|
|
|
|
| 2 |
botocore==1.29.0
|
| 3 |
fastapi>=0.103.0
|
| 4 |
uvicorn==0.15.0
|
| 5 |
+
gradio<4.0.0
|
| 6 |
numpy==1.21.0
|
| 7 |
python-multipart>=0.0.9
|
| 8 |
tabulate==0.9.0
|