Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ✍️ Text Rewriter - Hugging Face Space
|
2 |
|
3 |
This Space rewrites/paraphrases input text using the pretrained model [Ateeqq/Text-Rewriter-Paraphraser](https://huggingface.co/Ateeqq/Text-Rewriter-Paraphraser). Built with 🤗 Transformers + Streamlit.
|
|
|
1 |
+
---
|
2 |
+
title: Text Rewriter
|
3 |
+
emoji: ✍️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
# ✍️ Text Rewriter - Hugging Face Space
|
12 |
|
13 |
This Space rewrites/paraphrases input text using the pretrained model [Ateeqq/Text-Rewriter-Paraphraser](https://huggingface.co/Ateeqq/Text-Rewriter-Paraphraser). Built with 🤗 Transformers + Streamlit.
|