Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ description = """
|
|
8 |
Task: Text2Text Generation\n
|
9 |
Trained dataset: mC4 corpus \n
|
10 |
Languages: 107 languages \n
|
11 |
-
Model: https://huggingface.co/google/umt5-xl
|
12 |
Developer: Google \n
|
13 |
Paper: https://openreview.net/forum?id=kXwdL1cWOAi
|
14 |
"""
|
@@ -20,7 +20,6 @@ demo =gr.load(
|
|
20 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
21 |
title=title,
|
22 |
description=description,
|
23 |
-
article=article,
|
24 |
examples=examples,
|
25 |
theme="freddyaboulton/dracula_revamped",
|
26 |
)
|
|
|
8 |
Task: Text2Text Generation\n
|
9 |
Trained dataset: mC4 corpus \n
|
10 |
Languages: 107 languages \n
|
11 |
+
Model: https://huggingface.co/google/umt5-xl\n
|
12 |
Developer: Google \n
|
13 |
Paper: https://openreview.net/forum?id=kXwdL1cWOAi
|
14 |
"""
|
|
|
20 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
21 |
title=title,
|
22 |
description=description,
|
|
|
23 |
examples=examples,
|
24 |
theme="freddyaboulton/dracula_revamped",
|
25 |
)
|