Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
DEBUG_UI =
|
6 |
LANGS = {
|
7 |
'English': 'eng_Latn',
|
8 |
'Interslavic': 'isv_Latn',
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
DEBUG_UI = False
|
6 |
LANGS = {
|
7 |
'English': 'eng_Latn',
|
8 |
'Interslavic': 'isv_Latn',
|