Spaces:
Runtime error
Runtime error
ameerazam08
commited on
Commit
β’
bc12f1c
1
Parent(s):
62ffb75
Update app.py
Browse files
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="
|
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 |
|