Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -606,8 +606,7 @@ def create_gradio_interface():
|
|
| 606 |
"examples/4.png", "examples/5.png", "examples/6.png"],
|
| 607 |
inputs=image_input, label="Examples"
|
| 608 |
)
|
| 609 |
-
|
| 610 |
-
|
| 611 |
with gr.Tab("📰 README.md"):
|
| 612 |
with gr.Accordion("(Result.md)", open=True):
|
| 613 |
markdown_output = gr.Markdown()
|
|
|
|
| 606 |
"examples/4.png", "examples/5.png", "examples/6.png"],
|
| 607 |
inputs=image_input, label="Examples"
|
| 608 |
)
|
| 609 |
+
|
|
|
|
| 610 |
with gr.Tab("📰 README.md"):
|
| 611 |
with gr.Accordion("(Result.md)", open=True):
|
| 612 |
markdown_output = gr.Markdown()
|