fix bug
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
d301c8c8a3
commit
fa31b1eef0
2
app.py
2
app.py
|
@ -44,7 +44,7 @@ demo = gr.Interface(fn=predict,
|
||||||
outputs='text',
|
outputs='text',
|
||||||
theme = theme,
|
theme = theme,
|
||||||
css = "footer {visibility: hidden}",
|
css = "footer {visibility: hidden}",
|
||||||
allow_flagging = "never"
|
allow_flagging = "never",
|
||||||
examples = ['soccer.jpg'])
|
examples = ['soccer.jpg'])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue