lucas-w commited on
Commit
c88e903
β€’
1 Parent(s): af111fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  def mental_chat(message, history):
5
  return givetext(patienttext,newmodel,newtokenizer)
6
-
7
  demo = gr.ChatInterface(mental_chat)
8
 
9
  demo.launch()
 
3
 
4
  def mental_chat(message, history):
5
  return givetext(patienttext,newmodel,newtokenizer)
6
+
7
  demo = gr.ChatInterface(mental_chat)
8
 
9
  demo.launch()