ThePixOne commited on
Commit
93b7b56
1 Parent(s): 2f28eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share = True,enable_queue=True, show_error =True)
 
209
  allow_flagging ="manual",flagging_options = ["correct","wrong"],
210
  allow_screenshot=False)
211
 
212
+ iface.launch(enable_queue=True, show_error =True)