merve HF staff commited on
Commit
5404e7a
Β·
1 Parent(s): b431715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.write("If you have very little amount of data, you could actually augment it
11
  st.write("Try it yourself here πŸ‘‡πŸ»")
12
 
13
 
14
- generator = pipeline("text2text-generation", model = "mrm8488/t5-small-finetuned-quora-for-paraphrasing", key = "generation")
15
 
16
  default_value = "How can I put out grease fire?"
17
  sent = st.text_area("Input", default_value, height = 10)
 
11
  st.write("Try it yourself here πŸ‘‡πŸ»")
12
 
13
 
14
+ generator = pipeline("text2text-generation", model = "mrm8488/t5-small-finetuned-quora-for-paraphrasing")
15
 
16
  default_value = "How can I put out grease fire?"
17
  sent = st.text_area("Input", default_value, height = 10)