Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
5e64d98
1
Parent(s):
5e6f2b0
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()
|