Cyleux commited on
Commit
0553f99
·
verified ·
1 Parent(s): 2b622fc

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -0
  3. spaces.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: OpenCall_Demo_Generator
3
  app_file: spaces.py
4
  sdk: gradio
5
  sdk_version: 5.3.0
 
1
  ---
2
+ title: OpenCall_Conversation_Generator
3
  app_file: spaces.py
4
  sdk: gradio
5
  sdk_version: 5.3.0
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  gradio
 
 
2
  pillow
3
  numpy
4
  moviepy
 
1
  gradio
2
+ sys
3
+ requests
4
  pillow
5
  numpy
6
  moviepy
spaces.py CHANGED
@@ -280,4 +280,4 @@ iface = gr.Interface(
280
  description="Generate a video conversation between two speakers based on your description."
281
  )
282
 
283
- iface.launch()
 
280
  description="Generate a video conversation between two speakers based on your description."
281
  )
282
 
283
+ iface.launch()