Spaces:
Running
Running
Commit
·
70c30c6
1
Parent(s):
4f9dbf3
Changed the title section
Browse files
app.py
CHANGED
@@ -54,10 +54,10 @@ demo = gr.Interface(
|
|
54 |
label = "Латын графикасының шығуы / Latin script output"
|
55 |
),
|
56 |
|
57 |
-
title = "🇰🇿 DalaT5
|
58 |
description = description,
|
59 |
theme = "default",
|
60 |
-
|
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()
|