Ahsen Khaliq commited on
Commit
c4ac95b
·
1 Parent(s): 4548d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ def greet(vid):
9
 
10
 
11
 
12
- iface = gr.Interface(fn=greet, "video", gr.outputs.Image(type="file", label="output"))
13
  iface.launch()
 
9
 
10
 
11
 
12
+ iface = gr.Interface(fn=greet,"video", outputs=gr.outputs.Image(type="file", label="output"))
13
  iface.launch()