wasmdashai commited on
Commit
96eb585
·
verified ·
1 Parent(s): 787b430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 anwai
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")