Spaces:
Runtime error
Runtime error
Commit ·
1726295
1
Parent(s): 5953f9d
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ def api():
|
|
| 231 |
use_detect = True
|
| 232 |
if extract_option == 'Math expression image only':
|
| 233 |
use_detect = False
|
| 234 |
-
model_name = '
|
| 235 |
else:
|
| 236 |
model_name = 'version2'
|
| 237 |
|
|
|
|
| 231 |
use_detect = True
|
| 232 |
if extract_option == 'Math expression image only':
|
| 233 |
use_detect = False
|
| 234 |
+
model_name = 'version2'
|
| 235 |
else:
|
| 236 |
model_name = 'version2'
|
| 237 |
|