Doron Adler commited on
Commit
729ad3c
ยท
1 Parent(s): 25cca74

Fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
104
  """Hebrew poetry text generation model based on EleutherAI's gpt-neo. Each was trained on a TPUv3-8 which was made avilable to me via the [TPU Research Cloud Program](https://sites.research.google/trc/). """
105
  )
106
 
107
- prompt = "ื”ืื™ืฉ ื”ืื—ืจื•ืŸ ื‘ืขื•ืœื ื™ืฉื‘ ืœื‘ื“ ื‘ื—ื“ืจื• ื›ืฉืœืคืชืข ื ืฉืžืข ื ืงื™ืฉื”"
108
  text = st.text_area("Enter text", prompt)
109
 
110
  if st.button("Run"):
 
104
  """Hebrew poetry text generation model based on EleutherAI's gpt-neo. Each was trained on a TPUv3-8 which was made avilable to me via the [TPU Research Cloud Program](https://sites.research.google/trc/). """
105
  )
106
 
107
+ prompt = "ื”ืื™ืฉ ื”ืื—ืจื•ืŸ ื‘ืขื•ืœื ื™ืฉื‘ ืœื‘ื“ ื‘ื—ื“ืจื• ื›ืฉืœืคืชืข ื ืฉืžืขื” ื ืงื™ืฉื”"
108
  text = st.text_area("Enter text", prompt)
109
 
110
  if st.button("Run"):