Uthar commited on
Commit
53c7ed0
·
verified ·
1 Parent(s): febda13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["image-monitor"], 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
 
 
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