Spaces:
Runtime error
Runtime error
minor
Browse files
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=
|
| 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 |
-
|
| 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 |
],
|