Update README.md
Browse files
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-
|
| 38 |
```bash
|
| 39 |
if __name__ == "__main__":
|
| 40 |
-
path = "JayRay5/DIVE-Doc-
|
| 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:
|