marlenezw commited on
Commit
ebd7081
2 Parent(s): 32438d0 5e493fa

resolving merge conflicts.

Browse files
Files changed (2) hide show
  1. app.py +3 -4
  2. example_audio.wav +0 -0
app.py CHANGED
@@ -30,10 +30,9 @@ demo = gr.Interface(
30
  fn=generateVideo,
31
  inputs=[gr.Image(shape=(256, 256)), gr.Audio(), ],
32
  outputs= gr.Video().style(height=256, width=256),
33
- title='Audio Driven Animation',
34
- description='This is my app',
35
- examples =[['example_image.jpg', 'marlene_example.wav']]
36
-
37
 
38
  )
39
 
 
30
  fn=generateVideo,
31
  inputs=[gr.Image(shape=(256, 256)), gr.Audio(), ],
32
  outputs= gr.Video().style(height=256, width=256),
33
+ title='Audio Driven Animation',
34
+ description='Add an image and an audio file then watch them come to life! Please note, at the moment images must be 254X254 and audio files must be .wav format. Enjoy!',
35
+ examples =[['example_image.jpg', 'example_audio.wav']]
 
36
 
37
  )
38
 
example_audio.wav ADDED
Binary file (647 kB). View file