multimodalart HF staff commited on
Commit
5e64d98
1 Parent(s): 5e6f2b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()