Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|