Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(head=CSS + JS) as demo:
|
|
217 |
with gr.Column(scale=1):
|
218 |
with gr.Group():
|
219 |
with gr.Row():
|
220 |
-
output = [gr.Image(label=m, show_download_button=True, elem_classes=["
|
221 |
imgageHasUpdated(output)
|
222 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]
|
223 |
|
|
|
217 |
with gr.Column(scale=1):
|
218 |
with gr.Group():
|
219 |
with gr.Row():
|
220 |
+
output = [gr.Image(label=m, show_download_button=True, elem_classes=["ImgToMonitor"], interactive=False, width=112, height=112, show_share_button=False, format="png", visible=True) for m in default_models]
|
221 |
imgageHasUpdated(output)
|
222 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]
|
223 |
|