Spaces:
Sleeping
Sleeping
Hellisotherpeople
commited on
Commit
·
37a4549
1
Parent(s):
ddf9d9a
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ form.caption("Setting this higher decreases the likelihood of high probability w
|
|
46 |
form.caption("For more details on what these settings mean, see here: https://huggingface.co/blog/how-to-generate")
|
47 |
|
48 |
|
49 |
-
sequence = st.text_area("Enter a custom prompt", value = "I
|
50 |
|
51 |
form.form_submit_button("Generate some Constrained Text!")
|
52 |
|
|
|
46 |
form.caption("For more details on what these settings mean, see here: https://huggingface.co/blog/how-to-generate")
|
47 |
|
48 |
|
49 |
+
sequence = st.text_area("Enter a custom prompt", value = "I do ")
|
50 |
|
51 |
form.form_submit_button("Generate some Constrained Text!")
|
52 |
|