bharatcoder commited on
Commit
5e6cb9d
·
verified ·
1 Parent(s): 29a97e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)