Boboiazumi commited on
Commit
ed6c89d
1 Parent(s): 0537034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
331
  type="filepath",
332
  #visible=False,
333
  label="Choose Image",
334
- format=["png", "jpg"]
335
  )
336
  img2img_strength = gr.Slider(
337
  minimum=0.05,
 
331
  type="filepath",
332
  #visible=False,
333
  label="Choose Image",
334
+ format="png"
335
  )
336
  img2img_strength = gr.Slider(
337
  minimum=0.05,