Doron Adler
commited on
Commit
ยท
729ad3c
1
Parent(s):
25cca74
Fixed typo
Browse files
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"):
|