ORI-Muchim commited on
Commit
8cf6260
1 Parent(s): a3b6dec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -156,4 +156,5 @@ if __name__ == '__main__':
156
  return [];
157
  }}""")
158
 
159
- app.queue(concurrency_limit=8).launch(show_api=False)
 
 
156
  return [];
157
  }}""")
158
 
159
+ app.queue(default_concurrency_limit=8).launch(show_api=False, allowed_paths=["/"])
160
+