Khalil commited on
Commit
0cda7f5
1 Parent(s): 5d02c46

fix: move enbale_queue parameter in launch function

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -73,8 +73,7 @@ gr.Interface(
73
  layout='vertical',
74
  theme='huggingface',
75
  examples=[['Cute Alien cryptopunk that has a 2 Attributes, a Pipe, and a Beanie.'], ['A low resolution photo of punky-looking Ape that has 2 Attributes, a Beanie, and a Medical Mask.']],
76
- enable_queue=True,
77
  # allow_flagging=False,
78
  # live=False,
79
  # verbose=True,
80
- ).launch()
 
73
  layout='vertical',
74
  theme='huggingface',
75
  examples=[['Cute Alien cryptopunk that has a 2 Attributes, a Pipe, and a Beanie.'], ['A low resolution photo of punky-looking Ape that has 2 Attributes, a Beanie, and a Medical Mask.']],
 
76
  # allow_flagging=False,
77
  # live=False,
78
  # verbose=True,
79
+ ).launch(enable_queue=True)