Update app.py
Browse files
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:
|