Suhaib-27 commited on
Commit
99084a8
·
verified ·
1 Parent(s): 7f57fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ if topic:
29
  # Decode the output
30
  zero_output = tokenizer.decode(model_output, skip_special_tokens=True)
31
 
32
- st.json(zero_output)
33
 
 
29
  # Decode the output
30
  zero_output = tokenizer.decode(model_output, skip_special_tokens=True)
31
 
32
+ st.write(zero_output)
33