xiaoman79 commited on
Commit
662b2ff
1 Parent(s): b19bfb9

Update to add endpoint support

Browse files

Trying to see if endpoint support is possible

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,4 +263,4 @@ with gr.Blocks(css="style.css") as demo:
263
  )
264
 
265
  if __name__ == "__main__":
266
- demo.queue(max_size=20).launch()
 
263
  )
264
 
265
  if __name__ == "__main__":
266
+ demo.queue(max_size=20).launch(enable_on_external_startup=True)