Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
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
|
35 |
examples =[['example_image.jpg', 'example_audio.wav']]
|
36 |
|
37 |
)
|
|
|
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 |
)
|