Spaces:
Runtime error
Runtime error
Enabled queue
Browse files
app.py
CHANGED
@@ -211,5 +211,5 @@ gr.Interface(editor.predict, [gr.inputs.Image(type="filepath"),
|
|
211 |
gr.inputs.Checkbox(default=False, label="Generate Video?", optional=False),
|
212 |
gr.inputs.Checkbox(default=False, label="With Editing?", optional=False),
|
213 |
gr.inputs.Radio(choices=["gif", "mp4"], type="value", default='mp4', label="Video Format")],
|
214 |
-
gr.outputs.Image(type="file"), title=title, description=description, article=article, allow_flagging=False, allow_screenshot=False).launch()
|
215 |
|
|
|
211 |
gr.inputs.Checkbox(default=False, label="Generate Video?", optional=False),
|
212 |
gr.inputs.Checkbox(default=False, label="With Editing?", optional=False),
|
213 |
gr.inputs.Radio(choices=["gif", "mp4"], type="value", default='mp4', label="Video Format")],
|
214 |
+
gr.outputs.Image(type="file"), title=title, description=description, article=article, allow_flagging=False, allow_screenshot=False).launch(enable_queue=True)
|
215 |
|