root commited on
Commit
fa08cd8
1 Parent(s): e9b7526

Drop share

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -39,4 +39,4 @@ def get_stable_diffusion_image(prompt):
39
 
40
 
41
  iface = gr.Interface(fn=process_inputs, inputs=["text", "audio"], outputs="video")
42
- iface.launch(share)
 
39
 
40
 
41
  iface = gr.Interface(fn=process_inputs, inputs=["text", "audio"], outputs="video")
42
+ iface.launch()
requirements.txt CHANGED
@@ -3,4 +3,5 @@ transformers
3
  nvidia-ml-py3
4
  ftfy
5
  --extra-index-url https://download.pytorch.org/whl/cu113 torch
6
- moviepy
 
 
3
  nvidia-ml-py3
4
  ftfy
5
  --extra-index-url https://download.pytorch.org/whl/cu113 torch
6
+ moviepy
7
+ gradio