Nikola299 commited on
Commit
6cc8dbd
1 Parent(s): e3728ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -31,10 +31,10 @@ generation_args = {
31
  "do_sample": False,
32
  }
33
 
34
- st.write("calculating")
35
 
36
- output = pipe(messages, **generation_args)
37
 
38
  if text:
39
- out = pipe(text)
 
40
  st.write(out)
 
31
  "do_sample": False,
32
  }
33
 
 
34
 
35
+
36
 
37
  if text:
38
+ st.write("calculating")
39
+ out = pipe(messages, **generation_args)
40
  st.write(out)