tfedoseev commited on
Commit
e573614
·
1 Parent(s): 2b86b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def infer(input_ids):
15
  return tokenizer.decode(output_sequences[0], skip_special_tokens=True)
16
 
17
  st.title("Stupid jokes with transformers")
18
- st.write("Write question you want to see a funny answer for.")
19
  sent = st.text_area("Text", height = 100)
20
 
21
  if sent:
 
15
  return tokenizer.decode(output_sequences[0], skip_special_tokens=True)
16
 
17
  st.title("Stupid jokes with transformers")
18
+ st.write("Write a question you want to see a funny answer for.")
19
  sent = st.text_area("Text", height = 100)
20
 
21
  if sent: