John6666 commited on
Commit
0d35d04
Β·
verified Β·
1 Parent(s): 7c5a48a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
78
  with gr.Column():
79
  with gr.Group():
80
  with gr.Row():
81
- output = [gr.Image(label='', elem_classes="output", type="filepath", format=".png",
82
  show_download_button=True, show_share_button=False, show_label=False,
83
  interactive=False, min_width=80, visible=True) for _ in range(max_images)]
84
  with gr.Group():
 
78
  with gr.Column():
79
  with gr.Group():
80
  with gr.Row():
81
+ output = [gr.Image(label='', elem_classes="output", type="filepath", format="png",
82
  show_download_button=True, show_share_button=False, show_label=False,
83
  interactive=False, min_width=80, visible=True) for _ in range(max_images)]
84
  with gr.Group():