Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Commit
•
80cc4ea
1
Parent(s):
ef33bcd
Fix pydantic error in fastapi
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -12,3 +12,6 @@ spaces
|
|
12 |
torch==2.2.0
|
13 |
torchvision==0.17.0
|
14 |
transformers==4.43.4
|
|
|
|
|
|
|
|
12 |
torch==2.2.0
|
13 |
torchvision==0.17.0
|
14 |
transformers==4.43.4
|
15 |
+
# TODO: unpin once fixed upstream
|
16 |
+
# https://github.com/gradio-app/gradio/issues/9278
|
17 |
+
fastapi==0.112.2
|