Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,9 +288,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 288 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 289 |
with gr.Column():
|
| 290 |
with gr.Column(elem_classes="canvas-output"):
|
| 291 |
-
gr.Markdown("##
|
| 292 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, scale=2)
|
| 293 |
-
with gr.Accordion("
|
| 294 |
markdown_output = gr.Markdown(label="Formatted Result")
|
| 295 |
model_choice = gr.Radio(
|
| 296 |
choices=["SkyCaptioner-V1", "Behemoth-3B-070225-post0.1", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],
|
|
|
|
| 288 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 289 |
with gr.Column():
|
| 290 |
with gr.Column(elem_classes="canvas-output"):
|
| 291 |
+
gr.Markdown("## Output")
|
| 292 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, scale=2)
|
| 293 |
+
with gr.Accordion("(Result.md)", open=False):
|
| 294 |
markdown_output = gr.Markdown(label="Formatted Result")
|
| 295 |
model_choice = gr.Radio(
|
| 296 |
choices=["SkyCaptioner-V1", "Behemoth-3B-070225-post0.1", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],
|