crossroderick commited on
Commit
70c30c6
·
1 Parent(s): 4f9dbf3

Changed the title section

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,10 +54,10 @@ demo = gr.Interface(
54
  label = "Латын графикасының шығуы / Latin script output"
55
  ),
56
 
57
- title = "🇰🇿 DalaT5 - Kazakh Script Transformer",
58
  description = description,
59
  theme = "default",
60
- allow_flagging = "never"
61
  )
62
 
63
  demo.launch()
 
54
  label = "Латын графикасының шығуы / Latin script output"
55
  ),
56
 
57
+ title = "🇰🇿 DalaT5",
58
  description = description,
59
  theme = "default",
60
+ flagging_mode = "never"
61
  )
62
 
63
  demo.launch()