Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,4 +37,4 @@ if __name__ == '__main__':
|
|
| 37 |
json.dump(config, file, indent=4) # 写入新内容
|
| 38 |
except Exception as e:
|
| 39 |
logger.exception(e)
|
| 40 |
-
os.system('mineru-gradio --enable-
|
|
|
|
| 37 |
json.dump(config, file, indent=4) # 写入新内容
|
| 38 |
except Exception as e:
|
| 39 |
logger.exception(e)
|
| 40 |
+
os.system('mineru-gradio --enable-api false --max-convert-pages 20 --latex-delimiters-type b --gpu-memory-utilization 0.5')
|