Hecheng0625 commited on
Commit
1e5ac1a
1 Parent(s): 1844427

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,6 +169,6 @@ with gr.Blocks() as demo:
169
  inputs=demo_inputs,
170
  )
171
 
172
- if __name__ == "__main__":
173
  demo.launch()
174
 
 
169
  inputs=demo_inputs,
170
  )
171
 
172
+ demo.queue()
173
  demo.launch()
174