Spaces:
Running
Running
Update app.py
Browse files
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
|
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":
|