Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|