akhaliq HF Staff commited on
Commit
c84df31
·
verified ·
1 Parent(s): 915ae37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ def create_ui():
35
  fn=generate_image,
36
  inputs=[prompt_input],
37
  outputs=[output_image],
38
- queue=True
39
  )
40
 
41
  # Example usage guidance - only the Fox example is kept
 
35
  fn=generate_image,
36
  inputs=[prompt_input],
37
  outputs=[output_image],
 
38
  )
39
 
40
  # Example usage guidance - only the Fox example is kept