MGV12 commited on
Commit
9381d2e
1 Parent(s): 14bd7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ def echo(message, history):
57
  # return message
58
 
59
  demo = gr.ChatInterface(fn=echo, examples=["What countries are getting support? I will be traveling and living abroad for an extended period of time, specifically in France and Germany, and would appreciate any information regarding compatibility and functionality in these regions.", "Can I get help starting my computer? I am having difficulty starting my computer, and would appreciate your expertise in helping me troubleshoot the issue."], title="Echo Bot")
60
- demo.launch(debug = True)
 
57
  # return message
58
 
59
  demo = gr.ChatInterface(fn=echo, examples=["What countries are getting support? I will be traveling and living abroad for an extended period of time, specifically in France and Germany, and would appreciate any information regarding compatibility and functionality in these regions.", "Can I get help starting my computer? I am having difficulty starting my computer, and would appreciate your expertise in helping me troubleshoot the issue."], title="Echo Bot")
60
+ demo.launch(share = True)