jackculpan commited on
Commit
9d3f8b4
·
1 Parent(s): c34f5ba
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ with gr.Blocks(css="footer {visibility: hidden}", title="chatWEBPAGE") as demo:
43
 
44
  if __name__ == "__main__":
45
  demo.queue(concurrency_count=4)
46
- demo.launch(debug=True, share=True)
47
 
 
43
 
44
  if __name__ == "__main__":
45
  demo.queue(concurrency_count=4)
46
+ demo.launch()
47