Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -209,4 +209,4 @@ iface = gr.Interface(examples = [
|
|
209 |
allow_flagging ="manual",flagging_options = ["correct","wrong"],
|
210 |
allow_screenshot=False)
|
211 |
|
212 |
-
iface.launch(
|
|
|
209 |
allow_flagging ="manual",flagging_options = ["correct","wrong"],
|
210 |
allow_screenshot=False)
|
211 |
|
212 |
+
iface.launch(enable_queue=True, show_error =True)
|