Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,3 +76,4 @@ with gr.Blocks(css=css) as demo:
|
|
76 |
image_hyper = gr.Image("Hyper SDXL")
|
77 |
|
78 |
run.click(fn=run_comparison, inputs=prompt, outputs=[image_turbo, image_lightning, image_hyper])
|
|
|
|
76 |
image_hyper = gr.Image("Hyper SDXL")
|
77 |
|
78 |
run.click(fn=run_comparison, inputs=prompt, outputs=[image_turbo, image_lightning, image_hyper])
|
79 |
+
demo.launch()
|