From 9834822b22a3e04fb3047bc43f174ab7c1ae385b Mon Sep 17 00:00:00 2001 From: jianjiang Date: Wed, 26 Apr 2023 16:15:44 +0800 Subject: [PATCH] t5large --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 301cf39..8410764 100644 --- a/app.py +++ b/app.py @@ -30,7 +30,7 @@ demo = gr.Interface(fn=translation, outputs='text', theme = theme, css = "footer {visibility: hidden}", - allow_flagging = "never", + allow_flagging = "never" )