Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -13,6 +13,7 @@ librosa
|
|
13 |
opencv-python
|
14 |
progressbar
|
15 |
pydantic==2.10.6
|
|
|
16 |
# wandb
|
17 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
18 |
torch==2.1.0
|
|
|
13 |
opencv-python
|
14 |
progressbar
|
15 |
pydantic==2.10.6
|
16 |
+
fastapi==0.112.2 # temporary fix following https://discuss.huggingface.co/t/new-gradio-space-connection-errored-out/105509/3
|
17 |
# wandb
|
18 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
19 |
torch==2.1.0
|