Matt09Miao commited on
Commit
2b827d5
·
verified ·
1 Parent(s): d890d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ if input is not None:
29
 
30
  #Stage 1: Input to Tweet
31
  st.text('Generating a Tweet...')
32
- tweet = text2story(input)
33
- st.write(tweet, max_length=45, num_return_sequences=01
34
 
35
  #Stage 2: Tweet Toxicity Analysis
36
 
 
29
 
30
  #Stage 1: Input to Tweet
31
  st.text('Generating a Tweet...')
32
+ tweet = text2story(input,max_length=45, num_return_sequences=01)
33
+ st.write(tweet)
34
 
35
  #Stage 2: Tweet Toxicity Analysis
36