wasmdashai commited on
Commit
217f347
·
verified ·
1 Parent(s): 96eb585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ def t2t(text, namn_model):
144
  out = ASGAI.Soft.predictAPI(text)
145
 
146
  txt=format_cyber_response(text,str(out))
147
- anwai=ask_ai(txt)
148
- return anwai
149
 
150
  def t2seq(text, namn_model):
151
  if namn_model == "Group":
 
144
  out = ASGAI.Soft.predictAPI(text)
145
 
146
  txt=format_cyber_response(text,str(out))
147
+ # anwai=ask_ai(txt)
148
+ return txt
149
 
150
  def t2seq(text, namn_model):
151
  if namn_model == "Group":