Spaces:
Runtime error
Runtime error
kargaranamir
commited on
fix indent typo
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def compute(sentences, version = 'v3'):
|
|
192 |
model_choice = nllb
|
193 |
elif version == 'openlid-201':
|
194 |
model_choice = openlid
|
195 |
-
|
196 |
model_choice = model_3
|
197 |
elif version == 'v2':
|
198 |
model_choice = model_2
|
|
|
192 |
model_choice = nllb
|
193 |
elif version == 'openlid-201':
|
194 |
model_choice = openlid
|
195 |
+
elif version == 'v3':
|
196 |
model_choice = model_3
|
197 |
elif version == 'v2':
|
198 |
model_choice = model_2
|