Spaces:
Sleeping
Sleeping
Commit
·
fce3e3b
1
Parent(s):
269abd7
update app usage instruction
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ st.title("GPT Text Generation")
|
|
| 57 |
st.markdown(
|
| 58 |
"""
|
| 59 |
### How to use:
|
| 60 |
-
1. Enter your text prompt in the text box
|
| 61 |
2. Adjust the sequence length using the slider
|
| 62 |
3. Click 'Generate Text' to see the model's output
|
| 63 |
|
|
|
|
| 57 |
st.markdown(
|
| 58 |
"""
|
| 59 |
### How to use:
|
| 60 |
+
1. Enter your text prompt in the text box below
|
| 61 |
2. Adjust the sequence length using the slider
|
| 62 |
3. Click 'Generate Text' to see the model's output
|
| 63 |
|