VNSST commited on
Commit
3e1e4fd
1 Parent(s): 1adf76c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ if text:
10
  prompt = 'Tell me something about the animal ' + text + ' in less than 4 sentences'
11
  result = pipe(prompt, max_length=50, do_sample=True, temperature=0.5)
12
  out = result[0]['generated_text']
13
- st.write(out)
 
10
  prompt = 'Tell me something about the animal ' + text + ' in less than 4 sentences'
11
  result = pipe(prompt, max_length=50, do_sample=True, temperature=0.5)
12
  out = result[0]['generated_text']
13
+ st.write(result )