Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -111,6 +111,7 @@ with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inco
|
|
111 |
label="Inference Result",
|
112 |
placeholder="Made by Human or AI",
|
113 |
elem_id="output-text",
|
|
|
114 |
elem_classes=["output-text"],
|
115 |
)
|
116 |
with gr.Row():
|
|
|
111 |
label="Inference Result",
|
112 |
placeholder="Made by Human or AI",
|
113 |
elem_id="output-text",
|
114 |
+
lines=8,
|
115 |
elem_classes=["output-text"],
|
116 |
)
|
117 |
with gr.Row():
|