Spaces:
Running
on
Zero
Running
on
Zero
rename the tabs
Browse files
app.py
CHANGED
|
@@ -156,9 +156,9 @@ with gr.Blocks(title="DeepSeek-OCR", theme=gr.themes.Soft()) as demo:
|
|
| 156 |
output_image = gr.Image(
|
| 157 |
interactive=False
|
| 158 |
)
|
| 159 |
-
with gr.TabItem("Markdown
|
| 160 |
-
output_markdown = gr.Markdown(
|
| 161 |
-
with gr.TabItem("
|
| 162 |
output_text = gr.Textbox(
|
| 163 |
lines=20,
|
| 164 |
show_copy_button=True,
|
|
|
|
| 156 |
output_image = gr.Image(
|
| 157 |
interactive=False
|
| 158 |
)
|
| 159 |
+
with gr.TabItem("Markdown Preview"):
|
| 160 |
+
output_markdown = gr.Markdown()
|
| 161 |
+
with gr.TabItem("Markdown Source(or Eval Output)"):
|
| 162 |
output_text = gr.Textbox(
|
| 163 |
lines=20,
|
| 164 |
show_copy_button=True,
|