ameerazam08 commited on
Commit
bc12f1c
β€’
1 Parent(s): 62ffb75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
254
  guidance_scale_base,
255
  num_inference_steps_base,
256
  ],
257
- outputs=gr.Gallery(label="Right is Res-Adapt-LORA and Left is Base"),
258
  api_name="run",
259
  )
260
 
 
254
  guidance_scale_base,
255
  num_inference_steps_base,
256
  ],
257
+ outputs=gr.Gallery(label="Left is Res-Adapt-LORA and Right is Base"),
258
  api_name="run",
259
  )
260