Commit
·
f48e6fc
1
Parent(s):
2c99f9a
fix for Exception in ASGI application
Browse fileshttps://github.com/facebookresearch/audiocraft/issues/154#issuecomment-1650406317
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
torch==1.13.1
|
| 2 |
gradio==3.31.0
|
| 3 |
diffusers==0.15.0
|
| 4 |
-
transformers==4.29.2
|
|
|
|
|
|
| 1 |
torch==1.13.1
|
| 2 |
gradio==3.31.0
|
| 3 |
diffusers==0.15.0
|
| 4 |
+
transformers==4.29.2
|
| 5 |
+
gradio_client==0.2.7
|