Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ def create_gradio_interface():
|
|
218 |
inputs=image_input,
|
219 |
label="Examples"
|
220 |
)
|
221 |
-
with gr.Tab("
|
222 |
with gr.Accordion("(Formatted Result)", open=True):
|
223 |
markdown_output = gr.Markdown(label="Formatted Markdown")
|
224 |
|
|
|
218 |
inputs=image_input,
|
219 |
label="Examples"
|
220 |
)
|
221 |
+
with gr.Tab("📰 README.md"):
|
222 |
with gr.Accordion("(Formatted Result)", open=True):
|
223 |
markdown_output = gr.Markdown(label="Formatted Markdown")
|
224 |
|