wasmdashai commited on
Commit
7d80ff5
·
verified ·
1 Parent(s): 15dc550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def t2seq(text, namn_model):
145
 
146
  return str(out)
147
  def echo(message, history):
148
- text=t2seq(message,"Group")
149
  return text
150
 
151
 
 
145
 
146
  return str(out)
147
  def echo(message, history):
148
+ text=t2t(message,"Group")
149
  return text
150
 
151