Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
|
|
61 |
"""
|
62 |
)
|
63 |
with gr.Row():
|
64 |
-
output = [gr.Image(label = m, min_width=
|
65 |
current_models = [gr.Textbox(m, visible = False) for m in default_models]
|
66 |
|
67 |
for m, o in zip(current_models, output):
|
|
|
61 |
"""
|
62 |
)
|
63 |
with gr.Row():
|
64 |
+
output = [gr.Image(label = m, min_width=480) for m in default_models]
|
65 |
current_models = [gr.Textbox(m, visible = False) for m in default_models]
|
66 |
|
67 |
for m, o in zip(current_models, output):
|