Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,7 @@ gr.Interface(
|
|
19 |
outputs=[
|
20 |
gr.outputs.Textbox(label="Label")
|
21 |
],
|
22 |
-
|
|
|
|
|
|
|
|
19 |
outputs=[
|
20 |
gr.outputs.Textbox(label="Label")
|
21 |
],
|
22 |
+
enable_queue=True,
|
23 |
+
allow_screenshot=False,
|
24 |
+
allow_flagging=False
|
25 |
+
).launch(debug=True)
|