TheStinger commited on
Commit
5e72fdf
1 Parent(s): 22378df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1558,7 +1558,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
1558
  preview = gr.Textbox(label="Status:",interactive=False)
1559
  face.upload(fn=success_message,inputs=[face], outputs=[preview, faces])
1560
  with gr.Row():
1561
- animation = gr.Video(type='filepath')
1562
  refresh_button2.click(fn=change_choices2, inputs=[], outputs=[input_audio0, animation])
1563
  with gr.Row():
1564
  animate_button = gr.Button('Animate')
 
1558
  preview = gr.Textbox(label="Status:",interactive=False)
1559
  face.upload(fn=success_message,inputs=[face], outputs=[preview, faces])
1560
  with gr.Row():
1561
+ animation = gr.Video()
1562
  refresh_button2.click(fn=change_choices2, inputs=[], outputs=[input_audio0, animation])
1563
  with gr.Row():
1564
  animate_button = gr.Button('Animate')