bparks08 commited on
Commit
12b8be0
·
1 Parent(s): e549b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,4 +191,4 @@ if __name__ == "__main__":
191
  client = Client(args.addr, headers={"Authorization": f"Basic {INFERENCE_AUTH}"})
192
  demo = get_demo(client)
193
  demo.queue(max_size=128, concurrency_count=16)
194
- demo.launch()
 
191
  client = Client(args.addr, headers={"Authorization": f"Basic {INFERENCE_AUTH}"})
192
  demo = get_demo(client)
193
  demo.queue(max_size=128, concurrency_count=16)
194
+ demo.launch(share=True)