yoniif commited on
Commit
c82ead8
Β·
verified Β·
1 Parent(s): 720de2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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,