Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,4 @@ with gr.Blocks(
|
|
318 |
|
319 |
# Launch the app
|
320 |
if __name__ == "__main__":
|
321 |
-
interface.launch(
|
322 |
-
share=True,
|
323 |
-
mcp_server=True
|
324 |
-
)
|
|
|
318 |
|
319 |
# Launch the app
|
320 |
if __name__ == "__main__":
|
321 |
+
interface.launch(mcp_server=True)
|
|
|
|
|
|