Spaces:
Runtime error
Runtime error
laizeqiang
commited on
Commit
·
062627a
1
Parent(s):
c43b0d6
update
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -29,4 +29,4 @@ def anything2img(prompt, audio):
|
|
29 |
|
30 |
|
31 |
demo = gr.Interface(fn=anything2img, inputs=["text", "audio"], outputs="image")
|
32 |
-
demo.launch(
|
|
|
29 |
|
30 |
|
31 |
demo = gr.Interface(fn=anything2img, inputs=["text", "audio"], outputs="image")
|
32 |
+
demo.launch()
|
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ ftfy
|
|
8 |
regex
|
9 |
einops
|
10 |
fvcore
|
11 |
-
decord==0.6.0
|
|
|
|
8 |
regex
|
9 |
einops
|
10 |
fvcore
|
11 |
+
decord==0.6.0
|
12 |
+
soundfile
|