ThePixOne commited on
Commit
c8c2aad
·
verified ·
1 Parent(s): 90487c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -208,8 +208,7 @@ iface = gr.Interface(examples = [
208
  ],
209
  outputs = 'text',
210
  description=description,
211
- title = title,
212
- allow_flagging ="manual",flagging_options = ["correct","wrong"],
213
- allow_screenshot=False)
214
 
215
  iface.launch(enable_queue=True, show_error =True)
 
208
  ],
209
  outputs = 'text',
210
  description=description,
211
+ title = title
212
+ )
 
213
 
214
  iface.launch(enable_queue=True, show_error =True)