Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,11 +20,11 @@ model_choices = gr.Dropdown(
|
|
20 |
|
21 |
def greet(text,namn_model):
|
22 |
if namn_model=="Group":
|
23 |
-
out=ASGAI.Group.
|
24 |
elif namn_model=="Technique":
|
25 |
-
out=ASGAI.
|
26 |
else:
|
27 |
-
out=ASGAI.Soft.
|
28 |
|
29 |
|
30 |
|
|
|
20 |
|
21 |
def greet(text,namn_model):
|
22 |
if namn_model=="Group":
|
23 |
+
out=ASGAI.Group.predictAPI(text)
|
24 |
elif namn_model=="Technique":
|
25 |
+
out=ASGAI.Tec.predictAPI(text)
|
26 |
else:
|
27 |
+
out=ASGAI.Soft.predictAPI(text)
|
28 |
|
29 |
|
30 |
|