Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def t2seq(text, namn_model):
|
|
145 |
|
146 |
return str(out)
|
147 |
def echo(message, history):
|
148 |
-
text=
|
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 |
|