Salavat commited on
Commit
675e248
1 Parent(s): afb8670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
2
  import gradio as gr
3
 
4
 
5
- DEBUG_UI = True
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',