bbfizp commited on
Commit
8d3d168
·
verified ·
1 Parent(s): 83f44f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ app = gr.Interface(
96
  description="Search patents by abstract using the European Patent Office API."
97
  )
98
 
99
- app.launch(mcp_server=True)
 
96
  description="Search patents by abstract using the European Patent Office API."
97
  )
98
 
99
+ app.launch(mcp_server=True,share=True)