multimodalart HF Staff commited on
Commit
223d5e9
·
verified ·
1 Parent(s): 672caae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,4 +255,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4", css=CSS) as demo:
255
  outputs=[out_image, seed, out_caption],
256
  )
257
 
258
- demo.queue().launch()
 
255
  outputs=[out_image, seed, out_caption],
256
  )
257
 
258
+ demo.launch()