Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ try:
|
|
| 43 |
)
|
| 44 |
|
| 45 |
# Launch the interface
|
| 46 |
-
demo.launch(share=True
|
| 47 |
|
| 48 |
finally:
|
| 49 |
# Ensure MCPClient disconnects on script termination
|
|
|
|
| 43 |
)
|
| 44 |
|
| 45 |
# Launch the interface
|
| 46 |
+
demo.launch(share=True)
|
| 47 |
|
| 48 |
finally:
|
| 49 |
# Ensure MCPClient disconnects on script termination
|