Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,5 @@ iface = gr.Interface(
|
|
93 |
examples = examples,
|
94 |
title="IT5 Sequence-to-sequence Demo 🇮🇹",
|
95 |
description=description,
|
96 |
-
thumbnail="https://gsarti.com/publication/it5/featured.png",
|
97 |
-
theme="huggingface",
|
98 |
-
allow_flagging="never",
|
99 |
)
|
100 |
iface.launch()
|
|
|
93 |
examples = examples,
|
94 |
title="IT5 Sequence-to-sequence Demo 🇮🇹",
|
95 |
description=description,
|
|
|
|
|
|
|
96 |
)
|
97 |
iface.launch()
|