jerukperas commited on
Commit
cd5f59c
·
verified ·
1 Parent(s): 0cb616f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,4 +177,4 @@ with gr.Blocks(css=css) as demo:
177
 
178
  if __name__ == "__main__":
179
  os.makedirs("images", exist_ok=True)
180
- demo.launch()
 
177
 
178
  if __name__ == "__main__":
179
  os.makedirs("images", exist_ok=True)
180
+ demo.queue(api_open=True).launch()