Nikola299 commited on
Commit
e3728ba
1 Parent(s): 3473961

Update app.py

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