myhloli commited on
Commit
b4083c0
·
verified ·
1 Parent(s): 09845ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,5 +29,4 @@ if __name__ == '__main__':
29
  json.dump(config, file, indent=4) # 写入新内容
30
  except Exception as e:
31
  logger.exception(e)
32
- # os.system('mineru-gradio --enable-sglang-engine true --enable-api false --max-convert-pages 20 --latex-delimiters-type b --mem-fraction-static 0.5 --enable-torch-compile')
33
- os.system('mineru-gradio --enable-sglang-engine true --max-convert-pages 20 --latex-delimiters-type b --mem-fraction-static 0.5 --enable-torch-compile')
 
29
  json.dump(config, file, indent=4) # 写入新内容
30
  except Exception as e:
31
  logger.exception(e)
32
+ os.system('mineru-gradio --enable-sglang-engine true --enable-api false --max-convert-pages 20 --latex-delimiters-type b --mem-fraction-static 0.5 --enable-torch-compile')