davidberenstein1957 HF staff commited on
Commit
d648181
β€’
1 Parent(s): d9b1406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,7 +23,8 @@ SUPPORTED_LANGUAGES = [
23
  "Spanish",
24
  "Russian",
25
  "Dutch",
26
- "Vietnamese"
 
27
  ]
28
 
29
 
@@ -293,6 +294,7 @@ def main() -> None:
293
  - [Russian](https://dibt-russian-prompt-translation-for-russian.hf.space)
294
  - [Dutch](https://dibt-dutch-prompt-translation-for-dutch.hf.space)
295
  - [Vietnamese](https://ai-vietnam-prompt-translation-for-vie.hf.space)
 
296
  """
297
  )
298
 
 
23
  "Spanish",
24
  "Russian",
25
  "Dutch",
26
+ "Vietnamese",
27
+ "Arabic"
28
  ]
29
 
30
 
 
294
  - [Russian](https://dibt-russian-prompt-translation-for-russian.hf.space)
295
  - [Dutch](https://dibt-dutch-prompt-translation-for-dutch.hf.space)
296
  - [Vietnamese](https://ai-vietnam-prompt-translation-for-vie.hf.space)
297
+ - [Arabic](https://2a2i-prompt-translation-for-arabic.hf.space)
298
  """
299
  )
300