Commit
·
750ff09
1
Parent(s):
f352d72
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
|
|
7 |
models = [
|
8 |
"barghavani/en_to_fr_translation_model",
|
9 |
"barghavani/my_translation_machine_en_to_de",
|
10 |
-
|
11 |
#"Helsinki-NLP/opus-mt-ber-fr",
|
12 |
#"Helsinki-NLP/opus-mt-es-ber",
|
13 |
#"Helsinki-NLP/opus-mt-ber-es",
|
|
|
7 |
models = [
|
8 |
"barghavani/en_to_fr_translation_model",
|
9 |
"barghavani/my_translation_machine_en_to_de",
|
10 |
+
"barghavani/my_translation_machine_en_to_hi",
|
11 |
#"Helsinki-NLP/opus-mt-ber-fr",
|
12 |
#"Helsinki-NLP/opus-mt-es-ber",
|
13 |
#"Helsinki-NLP/opus-mt-ber-es",
|