Keisuke Yamanaka - CNC commited on
Commit
374c014
·
1 Parent(s): e48d15f

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,6 +180,6 @@ if __name__ == "__main__":
180
 
181
  meldas = CNC_QA()
182
 
183
- demo = gr.ChatInterface(fn=meldas.echo, examples=["Who are you?","What is 3D machinning simulation?"], title="MELDAS AI")
184
  #demo = gr.Interface(fn=chat_func)
185
- demo.launch(debug=True,share=True)
 
180
 
181
  meldas = CNC_QA()
182
 
183
+ demo = gr.ChatInterface(fn=meldas.echo, examples=["Who are you?"], title="MELDAS AI")
184
  #demo = gr.Interface(fn=chat_func)
185
+ demo.launch(debug=True)