prithivMLmods commited on
Commit
5fa0137
·
verified ·
1 Parent(s): d427116

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -25,8 +25,6 @@ from transformers.image_utils import load_image
25
  from gradio.themes import Soft
26
  from gradio.themes.utils import colors, fonts, sizes
27
 
28
- # --- Theme and CSS Definition ---
29
-
30
  colors.steel_blue = colors.Color(
31
  name="steel_blue",
32
  c50="#EBF3F8",
@@ -294,7 +292,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
294
 
295
  with gr.Column(scale=3):
296
  gr.Markdown("## Output", elem_id="output-title")
297
- output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=14, show_copy_button=True)
298
  with gr.Accordion("(Result.md)", open=False):
299
  markdown_output = gr.Markdown()
300
 
 
25
  from gradio.themes import Soft
26
  from gradio.themes.utils import colors, fonts, sizes
27
 
 
 
28
  colors.steel_blue = colors.Color(
29
  name="steel_blue",
30
  c50="#EBF3F8",
 
292
 
293
  with gr.Column(scale=3):
294
  gr.Markdown("## Output", elem_id="output-title")
295
+ output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
296
  with gr.Accordion("(Result.md)", open=False):
297
  markdown_output = gr.Markdown()
298