cstr commited on
Commit
a5fc8ed
1 Parent(s): 9aac513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -635,7 +635,7 @@ Note: additional fields will be kept (untranslated), an additional index field i
635
  - **ufb**:
636
  - like ufb_cached, but we do not check for already translated strings
637
  ## 🛠️ Backend:
638
- The translation backend runs on the Hugging Face Hub API."""
639
 
640
  # Define the theme
641
  theme = gr.themes.Soft(text_size="lg", spacing_size="lg")
 
635
  - **ufb**:
636
  - like ufb_cached, but we do not check for already translated strings
637
  ## 🛠️ Backend:
638
+ The translation model is int8 quantized from facebook/wmt21-dense-24-wide-en-x and runs via ctranslate2 on the Hugging Face Hub."""
639
 
640
  # Define the theme
641
  theme = gr.themes.Soft(text_size="lg", spacing_size="lg")