wasmdashai commited on
Commit
1325d7d
·
verified ·
1 Parent(s): 7d80ff5

Update app.py

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