aneesarom commited on
Commit
5cbc2a9
·
verified ·
1 Parent(s): f3c734a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,5 +68,5 @@ demo = gr.Interface(
68
  )
69
 
70
  if __name__ == "__main__":
71
- demo.launch(mcp_server=True)
72
 
 
68
  )
69
 
70
  if __name__ == "__main__":
71
+ demo.launch(mcp_server=True, allow_flagging="never")
72