ignacioct commited on
Commit
a616eb0
β€’
1 Parent(s): 0fbab0a

hungarian support added

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,7 @@ SUPPORTED_LANGUAGES = [
35
  "Czech",
36
  # "Tamil",
37
  # "Telugu",
 
38
  ]
39
 
40
 
@@ -356,6 +357,7 @@ def main() -> None:
356
  - [Tamil](https://data-indica-prompt-translation-for-tamil.hf.space)
357
  - [Telugu](https://data-indica-prompt-translation-for-telugu.hf.space)
358
  - [Czech](https://dibt-czech-prompt-translation-for-czech.hf.space)
 
359
  """
360
  )
361
 
 
35
  "Czech",
36
  # "Tamil",
37
  # "Telugu",
38
+ "Hungarian"
39
  ]
40
 
41
 
 
357
  - [Tamil](https://data-indica-prompt-translation-for-tamil.hf.space)
358
  - [Telugu](https://data-indica-prompt-translation-for-telugu.hf.space)
359
  - [Czech](https://dibt-czech-prompt-translation-for-czech.hf.space)
360
+ - [Hungarian](https://dibt-hungarian-prompt-translation-for-hungarian.hf.space)
361
  """
362
  )
363