Transformers
Safetensors
DIVEdoc
JayRay5 commited on
Commit
f20d9bb
·
verified ·
1 Parent(s): 75c3afc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,10 +34,10 @@ conda activate dive-doc-env
34
  pip install -r requirements.txt
35
  ```
36
  ### Inference example using the model repository and gradio
37
- In app.py, modify the path variable to "JayRay5/DIVE-Doc-ARD-LRes":
38
  ```bash
39
  if __name__ == "__main__":
40
- path = "JayRay5/DIVE-Doc-ARD-LRes"
41
  app(path)
42
  ```
43
  Then run:
 
34
  pip install -r requirements.txt
35
  ```
36
  ### Inference example using the model repository and gradio
37
+ In app.py, modify the path variable to "JayRay5/DIVE-Doc-FRD":
38
  ```bash
39
  if __name__ == "__main__":
40
+ path = "JayRay5/DIVE-Doc-FRD"
41
  app(path)
42
  ```
43
  Then run: