Ahsen Khaliq
commited on
Commit
·
c4ac95b
1
Parent(s):
4548d35
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,5 +9,5 @@ def greet(vid):
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
iface = gr.Interface(fn=greet,
|
| 13 |
iface.launch()
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
+
iface = gr.Interface(fn=greet,"video", outputs=gr.outputs.Image(type="file", label="output"))
|
| 13 |
iface.launch()
|