songweig commited on
Commit
bdf1746
1 Parent(s): d5ac409
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -243,7 +243,7 @@ def main():
243
  with gr.Column():
244
  richtext_result = gr.Image(
245
  label='Rich-text', elem_id="rich-text-image")
246
- richtext_result.style(height=1024)
247
  with gr.Row():
248
  plaintext_result = gr.Image(
249
  label='Plain-text', elem_id="plain-text-image")
@@ -280,7 +280,7 @@ def main():
280
  0.4,
281
  0.3,
282
  0.5,
283
- 4,
284
  0,
285
  None,
286
  ],
 
243
  with gr.Column():
244
  richtext_result = gr.Image(
245
  label='Rich-text', elem_id="rich-text-image")
246
+ richtext_result.style(height=784)
247
  with gr.Row():
248
  plaintext_result = gr.Image(
249
  label='Plain-text', elem_id="plain-text-image")
 
280
  0.4,
281
  0.3,
282
  0.5,
283
+ 3,
284
  0,
285
  None,
286
  ],