Spaces:
Runtime error
Runtime error
ThapeloAndrewSindane
commited on
Commit
•
d1d95f8
1
Parent(s):
fbe27ae
v1 fix
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def compute(sentences, version = 'v3'):
|
|
205 |
model_choice = model_3
|
206 |
elif version == 'v2':
|
207 |
model_choice = model_2
|
208 |
-
elif:
|
209 |
model_choice = model_1
|
210 |
else:
|
211 |
model_choice = za_lid
|
|
|
205 |
model_choice = model_3
|
206 |
elif version == 'v2':
|
207 |
model_choice = model_2
|
208 |
+
elif version=='v1':
|
209 |
model_choice = model_1
|
210 |
else:
|
211 |
model_choice = za_lid
|