SkyNait commited on
Commit
75fe4a8
·
1 Parent(s): c0ed175
Files changed (2) hide show
  1. download_models_hf.py +0 -1
  2. launch.sh +0 -6
download_models_hf.py CHANGED
@@ -61,7 +61,6 @@ if __name__ == '__main__':
61
  'models-dir': model_dir,
62
  'layoutreader-model-dir': layoutreader_model_dir,
63
  'device-mode': 'cuda'
64
- 'layout_model': 'doclayout_yolo'
65
  }
66
 
67
  download_and_modify_json(json_url, config_file, json_mods)
 
61
  'models-dir': model_dir,
62
  'layoutreader-model-dir': layoutreader_model_dir,
63
  'device-mode': 'cuda'
 
64
  }
65
 
66
  download_and_modify_json(json_url, config_file, json_mods)
launch.sh DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env bash
2
- echo "Setting up requirements"
3
-
4
- python download_models_hf.py
5
-
6
- python app.py # or uvicorn app:app --host 0.0.0.0 --port 7860