svjack commited on
Commit
3517e68
·
1 Parent(s): 4c1a0f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css = "custom.css") as demo:
126
  )
127
 
128
  demo.queue()
129
- demo.launch()
130
 
131
  '''
132
  from gradio_client import Client
 
126
  )
127
 
128
  demo.queue()
129
+ demo.launch(enable_queue = True)
130
 
131
  '''
132
  from gradio_client import Client