Update app.py
Browse files
app.py
CHANGED
@@ -105,8 +105,7 @@ def make_me():
|
|
105 |
with gr.Row():
|
106 |
"""output = [gr.Image(label=m, min_width=170, height=170) for m in default_models]
|
107 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]"""
|
108 |
-
|
109 |
-
choices = []
|
110 |
output = [gr.Image(label=m, min_width=170, height=170) for m in choices]
|
111 |
current_models = [gr.Textbox(m, visible=False) for m in choices]
|
112 |
|
|
|
105 |
with gr.Row():
|
106 |
"""output = [gr.Image(label=m, min_width=170, height=170) for m in default_models]
|
107 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]"""
|
108 |
+
choices=models_test[0]
|
|
|
109 |
output = [gr.Image(label=m, min_width=170, height=170) for m in choices]
|
110 |
current_models = [gr.Textbox(m, visible=False) for m in choices]
|
111 |
|