abidlabs HF Staff commited on
Commit
a9becac
·
verified ·
1 Parent(s): 6a75cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
  )
27
 
28
  if __name__ == "__main__":
29
- demo.launch(mcp_server=True)
 
26
  )
27
 
28
  if __name__ == "__main__":
29
+ demo.launch(mcp_server=True, strict_cors=False)