Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,10 @@ iface = gr.Interface(
|
|
65 |
"βοΈ The output is editable β feel free to tweak before using/copying!"
|
66 |
),
|
67 |
article=(
|
68 |
-
"**Project by Jonathan Friedman** \n"
|
69 |
-
"π Task: Text Generation (Formality Transfer using Sequence-to-Sequence)\n"
|
70 |
-
"π§ Model: rajistics/informal_formal_style_transfer\n"
|
71 |
-
"π Dataset: thesherrycode/gen-z-slangs-translation\n"
|
72 |
"π οΈ Tech Stack: Hugging Face Transformers, Gradio"
|
73 |
),
|
74 |
examples=examples + gradio_examples,
|
|
|
65 |
"βοΈ The output is editable β feel free to tweak before using/copying!"
|
66 |
),
|
67 |
article=(
|
68 |
+
"**Project by Jonathan Friedman** \n\n"
|
69 |
+
"π Task: Text Generation (Formality Transfer using Sequence-to-Sequence)\n\n"
|
70 |
+
"π§ Model: rajistics/informal_formal_style_transfer\n\n"
|
71 |
+
"π Dataset: thesherrycode/gen-z-slangs-translation\n\n"
|
72 |
"π οΈ Tech Stack: Hugging Face Transformers, Gradio"
|
73 |
),
|
74 |
examples=examples + gradio_examples,
|