charliebaby2023
commited on
Commit
•
a34a2a1
1
Parent(s):
4424a6b
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def make_me():
|
|
60 |
# </div>
|
61 |
#""")
|
62 |
with gr.Row():
|
63 |
-
output = [gr.Image(label=m, min_width=
|
64 |
current_models = [gr.Textbox(m, visible=True) for m in default_models]
|
65 |
for m, o in zip(current_models, output):
|
66 |
gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|
|
|
60 |
# </div>
|
61 |
#""")
|
62 |
with gr.Row():
|
63 |
+
output = [gr.Image(label=m, min_width=80) for m in default_models]
|
64 |
current_models = [gr.Textbox(m, visible=True) for m in default_models]
|
65 |
for m, o in zip(current_models, output):
|
66 |
gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|