Spaces:
Running
on
Zero
Running
on
Zero
parokshsaxena
commited on
Commit
β’
fd52149
1
Parent(s):
9dd3cd3
adding fastapi version to resolve gradio app error around pydantic
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
transformers==4.36.2
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
|
|
1 |
+
fastapi==0.112.2 # temporary fix of HuggingFace https://discuss.huggingface.co/t/new-gradio-space-connection-errored-out/105509/3
|
2 |
transformers==4.36.2
|
3 |
torch==2.0.1
|
4 |
torchvision==0.15.2
|