barghavani
commited on
Commit
·
2e82db6
1
Parent(s):
80339a8
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ import os
|
|
5 |
TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
|
6 |
|
7 |
models = [
|
8 |
-
"barghavani/
|
9 |
-
"barghavani/
|
10 |
-
"barghavani/
|
11 |
#"Helsinki-NLP/opus-mt-ber-fr",
|
12 |
#"Helsinki-NLP/opus-mt-es-ber",
|
13 |
#"Helsinki-NLP/opus-mt-ber-es",
|
|
|
5 |
TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
|
6 |
|
7 |
models = [
|
8 |
+
"barghavani/English_to_French",
|
9 |
+
"barghavani/English_to_German",
|
10 |
+
"barghavani/English_to_Hindi",
|
11 |
#"Helsinki-NLP/opus-mt-ber-fr",
|
12 |
#"Helsinki-NLP/opus-mt-es-ber",
|
13 |
#"Helsinki-NLP/opus-mt-ber-es",
|