ThomasSimonini HF staff commited on
Commit
97e94df
1 Parent(s): 03a58f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ iface = gr.Interface(fn=replay, inputs=[
66
  ]
67
 
68
 
69
- , outputs=["video", "text"], enable=True)
70
  iface.launch()
 
66
  ]
67
 
68
 
69
+ , outputs=["video", "text"], enable_queue=True)
70
  iface.launch()