Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Multilingual Document Assistant
|
| 2 |
|
| 3 |
Agent-style model for explaining documents, answering questions, and responding conversationally in:
|
|
@@ -66,4 +69,4 @@ pip install -r requirements.txt
|
|
| 66 |
python app.py
|
| 67 |
```
|
| 68 |
|
| 69 |
-
Then open the URL Gradio prints (e.g. http://127.0.0.1:7860). To use your trained model locally, set `HF_MODEL_ID` to a Hub repo or a local path; for a local folder use the path to `multilingual-doc-model` (transformers supports local paths).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-to-speech
|
| 3 |
+
---
|
| 4 |
# Multilingual Document Assistant
|
| 5 |
|
| 6 |
Agent-style model for explaining documents, answering questions, and responding conversationally in:
|
|
|
|
| 69 |
python app.py
|
| 70 |
```
|
| 71 |
|
| 72 |
+
Then open the URL Gradio prints (e.g. http://127.0.0.1:7860). To use your trained model locally, set `HF_MODEL_ID` to a Hub repo or a local path; for a local folder use the path to `multilingual-doc-model` (transformers supports local paths).
|