adorkin commited on
Commit
ea8f407
1 Parent(s): e561032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -19,4 +19,7 @@ gr.Interface(
19
  outputs=[
20
  gr.outputs.Textbox(label="Label")
21
  ],
22
- ).launch()
 
 
 
 
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)