MindLabUnimib commited on
Commit
48c1533
·
verified ·
1 Parent(s): 9e4d1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,5 +84,5 @@ with gr.Blocks() as demo:
84
 
85
  if __name__ == "__main__":
86
  print("LAUNCH")
87
- demo.queue(default_concurrency_limit=None)
88
  demo.launch()
 
84
 
85
  if __name__ == "__main__":
86
  print("LAUNCH")
87
+ demo.queue(default_concurrency_limit=None, api_open=True)
88
  demo.launch()