Spaces:
Runtime error
Runtime error
Sunil Surendra Singh
commited on
Commit
·
786a398
1
Parent(s):
8c4402c
Corrected typos
Browse files- README.md +2 -2
- streamlit/artifacts/about.md +2 -2
README.md
CHANGED
@@ -13,7 +13,7 @@ The app contains two tabs: "ABOUT" and "TEXT PARAPHRASER".
|
|
13 |
This page, describes the app usage and architecture
|
14 |
|
15 |
## TEXT PARAPHRASER
|
16 |
-
Input a text paragraph in the provided text
|
17 |
|
18 |
#### Input
|
19 |
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true" width="1000" height="700"/><br>
|
@@ -29,7 +29,7 @@ Input a text paragraph in the provided text space and then click the 'Para' butt
|
|
29 |
|
30 |
### App Architecture:
|
31 |
|
32 |
-
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"
|
33 |
|
34 |
The app has three main components:
|
35 |
1. **Streamlit cloud hosted UI**:
|
|
|
13 |
This page, describes the app usage and architecture
|
14 |
|
15 |
## TEXT PARAPHRASER
|
16 |
+
Input a text paragraph in the provided text-area and then click the 'Paraphrase' button. The app will analyse the input text and generate a 'paraphrased' version of the input text paragraph while keeping the sense of the paragraph unaltered. Below is an example of input and output...
|
17 |
|
18 |
#### Input
|
19 |
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true" width="1000" height="700"/><br>
|
|
|
29 |
|
30 |
### App Architecture:
|
31 |
|
32 |
+
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"/><br>
|
33 |
|
34 |
The app has three main components:
|
35 |
1. **Streamlit cloud hosted UI**:
|
streamlit/artifacts/about.md
CHANGED
@@ -8,7 +8,7 @@ The app contains two tabs: "ABOUT" and "TEXT PARAPHRASER".
|
|
8 |
This page, describes the app usage and architecture
|
9 |
|
10 |
## TEXT PARAPHRASER
|
11 |
-
Input a text paragraph in the provided text
|
12 |
|
13 |
#### Input
|
14 |
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true"/><br>
|
@@ -24,7 +24,7 @@ Input a text paragraph in the provided text space and then click the 'Para' butt
|
|
24 |
|
25 |
##### App Architecture:
|
26 |
|
27 |
-
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"
|
28 |
|
29 |
The app has three main components:
|
30 |
1. **Streamlit cloud hosted UI**:
|
|
|
8 |
This page, describes the app usage and architecture
|
9 |
|
10 |
## TEXT PARAPHRASER
|
11 |
+
Input a text paragraph in the provided text-area and then click the 'Paraphrase' button. The app will analyse the input text and generate a 'paraphrased' version of the input text paragraph while keeping the sense of the paragraph unaltered. Below is an example of input and output...
|
12 |
|
13 |
#### Input
|
14 |
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true"/><br>
|
|
|
24 |
|
25 |
##### App Architecture:
|
26 |
|
27 |
+
<img src="https://github.com/sssingh/nlp-text-paraphraser-gpt/blob/main/streamlit/assets/architecture.png?raw=true"/><br>
|
28 |
|
29 |
The app has three main components:
|
30 |
1. **Streamlit cloud hosted UI**:
|