Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ demo = gr.Interface(
|
|
| 30 |
description="Upload a document image and convert it to structured docling format."
|
| 31 |
)
|
| 32 |
|
| 33 |
-
demo.launch()
|
|
|
|
| 30 |
description="Upload a document image and convert it to structured docling format."
|
| 31 |
)
|
| 32 |
|
| 33 |
+
demo.launch(mcp_server=True)
|