Pavan147 commited on
Commit
d30603a
·
verified ·
1 Parent(s): 6c102e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ demo = gr.Interface(
90
  gr.Image(type="pil", label="Upload Image"),
91
  gr.Textbox(lines=1, placeholder="Enter prompt (e.g. Convert to docling)", label="Prompt"),
92
  ],
93
- outputs="ostl",
94
  title="SmolDocling Web App",
95
  description="Upload a document image and convert it to structured docling format."
96
  )
 
90
  gr.Image(type="pil", label="Upload Image"),
91
  gr.Textbox(lines=1, placeholder="Enter prompt (e.g. Convert to docling)", label="Prompt"),
92
  ],
93
+ outputs="html",
94
  title="SmolDocling Web App",
95
  description="Upload a document image and convert it to structured docling format."
96
  )