This commit is contained in:
jianjiang 2023-04-26 17:39:32 +08:00
parent d301c8c8a3
commit fa31b1eef0
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -44,7 +44,7 @@ demo = gr.Interface(fn=predict,
outputs='text',
theme = theme,
css = "footer {visibility: hidden}",
allow_flagging = "never"
allow_flagging = "never",
examples = ['soccer.jpg'])