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