lucas-w commited on
Commit
7d2b56b
β€’
1 Parent(s): 3a68960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def mental_chat(message, history):
58
 
59
  demo = gr.ChatInterface(mental_chat)
60
 
61
- demo.launch()
62
 
63
  """
64
 
 
58
 
59
  demo = gr.ChatInterface(mental_chat)
60
 
61
+ demo.launch() #
62
 
63
  """
64