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