Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
)
|