Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
39b2bf5
1
Parent(s):
1dca8bf
Update app.py
Browse files
app.py
CHANGED
@@ -473,7 +473,7 @@ with gr.Blocks(css=css) as myface:
|
|
473 |
#Model selection dropdown
|
474 |
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
475 |
with gr.Row():
|
476 |
-
with gr.Column(style="width=
|
477 |
output1=gr.Image(label=(f"{current_model}"))
|
478 |
|
479 |
|
|
|
473 |
#Model selection dropdown
|
474 |
model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
475 |
with gr.Row():
|
476 |
+
with gr.Column(style="width=400px"):
|
477 |
output1=gr.Image(label=(f"{current_model}"))
|
478 |
|
479 |
|