Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
·
e7d2256
1
Parent(s):
cd2fa64
update ui.
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as iface:
|
|
195 |
label="Repeat Penalty (larger value prevents repetition)",
|
196 |
)
|
197 |
|
198 |
-
with gr.Column(scale=1.
|
199 |
|
200 |
with gr.Column():
|
201 |
caption_output = gr.Textbox(lines=1, label="Caption Output")
|
|
|
195 |
label="Repeat Penalty (larger value prevents repetition)",
|
196 |
)
|
197 |
|
198 |
+
with gr.Column(scale=1.8):
|
199 |
|
200 |
with gr.Column():
|
201 |
caption_output = gr.Textbox(lines=1, label="Caption Output")
|