Kc-12 commited on
Commit
448ea75
1 Parent(s): 54ea954

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ def main():
24
  st.subheader("How Do I Prompt?")
25
  st.markdown(
26
  """
27
- Instead of generating a new story from scratch, you can "prompt" the model by writing the first few words of a story, and let it finish from there. It can even jump in mid-sentence!
28
 
29
  The model can struggle with some prompts, especially those outside of its limited domain. If a response isn't satisfactory, try repeating the generation, or make the following modifications:
30
  """
@@ -34,7 +34,7 @@ def main():
34
  - **Use simple vocabulary and syntax** - words, structures, and themes you'd see in a children's story.
35
  - Use common first names only - the model can struggle with longer or uncommon names.
36
 
37
- `SAMPLE PROMPT: Once upon a time, there was a little girl named Lily. She was very adventurous. She`
38
  """
39
  )
40
 
 
24
  st.subheader("How Do I Prompt?")
25
  st.markdown(
26
  """
27
+ Instead of generating a new story from scratch, you can "prompt" the model by writing the first few sentences of a story, and let it finish from there. It can even jump in mid-sentence!
28
 
29
  The model can struggle with some prompts, especially those outside of its limited domain. If a response isn't satisfactory, try repeating the generation, or make the following modifications:
30
  """
 
34
  - **Use simple vocabulary and syntax** - words, structures, and themes you'd see in a children's story.
35
  - Use common first names only - the model can struggle with longer or uncommon names.
36
 
37
+ `SAMPLE PROMPT: Once upon a time, there was a little girl named Lily. She loved to play at the park with her friend Timmy. One day, Lily and Timmy`
38
  """
39
  )
40