Staticaliza commited on
Commit
30f6941
1 Parent(s): 230b370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def main():
82
  run.click(predict, inputs = [input], outputs = [output, input])
83
  # clear.click(clean, inputs = [], outputs = [output])
84
 
85
- demo.queue(concurrency_count = 200)
86
- demo.launch(inline = True, max_threads = 400, share = False, api_open = False)
87
 
88
  if __name__ == "__main__":
89
  main()
 
82
  run.click(predict, inputs = [input], outputs = [output, input])
83
  # clear.click(clean, inputs = [], outputs = [output])
84
 
85
+ demo.queue(concurrency_count = 200, api_open = False)
86
+ demo.launch(inline = True, max_threads = 400)
87
 
88
  if __name__ == "__main__":
89
  main()