Ahsen Khaliq commited on
Commit
513a984
1 Parent(s): c163f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ article = "<p style='text-align: center'><a href='https://github.com/jantic/DeOl
21
  examples=[['lunch.jpeg']]
22
 
23
  iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],
24
- outputs=gr.outputs.Image(type="file"),examples=examples,enable_queue=True,title=title,article=article,description=description)
25
  iface.launch()
 
21
  examples=[['lunch.jpeg']]
22
 
23
  iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],
24
+ outputs=gr.outputs.Video(label="Output Video"),examples=examples,enable_queue=True,title=title,article=article,description=description)
25
  iface.launch()