Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,8 +157,8 @@ def t2seq(text, namn_model):
|
|
157 |
|
158 |
|
159 |
txt=format_cyber_response(text,str(out))
|
160 |
-
anwai=ask_wasm(txt)
|
161 |
-
return
|
162 |
def echo(message, history):
|
163 |
|
164 |
text=t2seq(message,"Group")
|
|
|
157 |
|
158 |
|
159 |
txt=format_cyber_response(text,str(out))
|
160 |
+
# anwai=ask_wasm(txt)
|
161 |
+
return txt
|
162 |
def echo(message, history):
|
163 |
|
164 |
text=t2seq(message,"Group")
|