Spaces:
Sleeping
Sleeping
Commit
·
b7090b2
1
Parent(s):
95a3120
Upd vietnamese transl, comment
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ paraphraser = Paraphraser(
|
|
| 54 |
gemini_model_hard=os.getenv("GEMINI_MODEL_HARD", "gemini-2.5-flash"),
|
| 55 |
)
|
| 56 |
|
| 57 |
-
# Vietnamese translator
|
| 58 |
vietnamese_translator = VietnameseTranslator()
|
| 59 |
|
| 60 |
app = FastAPI(title="Medical Dataset Augmenter", version="1.1.0")
|
|
|
|
| 54 |
gemini_model_hard=os.getenv("GEMINI_MODEL_HARD", "gemini-2.5-flash"),
|
| 55 |
)
|
| 56 |
|
| 57 |
+
# Vietnamese translator (currently using Helsinki-NLP/opus-mt-en-vi)
|
| 58 |
vietnamese_translator = VietnameseTranslator()
|
| 59 |
|
| 60 |
app = FastAPI(title="Medical Dataset Augmenter", version="1.1.0")
|