Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def make_me():
|
|
| 74 |
"""
|
| 75 |
)
|
| 76 |
with gr.Row():
|
| 77 |
-
output = [gr.Image(label = m, min_width=
|
| 78 |
current_models = [gr.Textbox(m, visible = False) for m in default_models]
|
| 79 |
|
| 80 |
for m, o in zip(current_models, output):
|
|
|
|
| 74 |
"""
|
| 75 |
)
|
| 76 |
with gr.Row():
|
| 77 |
+
output = [gr.Image(label = m, min_width=280) for m in default_models]
|
| 78 |
current_models = [gr.Textbox(m, visible = False) for m in default_models]
|
| 79 |
|
| 80 |
for m, o in zip(current_models, output):
|