Spaces:
Runtime error
Runtime error
Sunil Surendra Singh
commited on
Commit
·
95ac24c
1
Parent(s):
57fa4ab
Corrected assets path
Browse files
streamlit/artifacts/about.md
CHANGED
@@ -11,10 +11,10 @@ This page, describes the app usage and architecture
|
|
11 |
Input a text paragraph in the provided text space and then click the 'Para' 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/text-paraphraser-gpt/blob/main/assets/input-
|
15 |
|
16 |
#### Output
|
17 |
-
<img src="https://github.com/sssingh/text-paraphraser-gpt/blob/main/assets/
|
18 |
|
19 |
* Please keep in mind that this sample demo app is hosted utilizing the free tiers of'streamlit community cloud' and 'Amazon Web Services,' making it useable but somewhat lacking in speed and quality of paraphrasing.
|
20 |
* Due to cost and resource limits, the App currently only supports a maximum of 100 words per paraphrase request.
|
@@ -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/text-paraphraser-gpt/blob/main/assets/architecture.png?raw=true"/>
|
28 |
|
29 |
The app has three main components:
|
30 |
1. **Streamlit cloud hosted UI**:
|
|
|
11 |
Input a text paragraph in the provided text space and then click the 'Para' 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/text-paraphraser-gpt/blob/main/streamlit/assets/input-texts.png?raw=true"/><br>
|
15 |
|
16 |
#### Output
|
17 |
+
<img src="https://github.com/sssingh/text-paraphraser-gpt/blob/main/streamlit/assets/result-text.png?raw=true"/>
|
18 |
|
19 |
* Please keep in mind that this sample demo app is hosted utilizing the free tiers of'streamlit community cloud' and 'Amazon Web Services,' making it useable but somewhat lacking in speed and quality of paraphrasing.
|
20 |
* Due to cost and resource limits, the App currently only supports a maximum of 100 words per paraphrase request.
|
|
|
24 |
|
25 |
##### App Architecture:
|
26 |
|
27 |
+
<img src="https://github.com/sssingh/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**:
|