Baptiste Canton commited on
Commit
e828fe3
1 Parent(s): c95d497

allow_flagging="never"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ def graptioner(image_url):
36
 
37
 
38
  # add gradio interface
39
- iface = gr.Interface(fn=graptioner, inputs="text", outputs=["text"])
40
  iface.launch()
 
36
 
37
 
38
  # add gradio interface
39
+ iface = gr.Interface(fn=graptioner, inputs="text", outputs=["text"], allow_flagging="never")
40
  iface.launch()