Anthos23 commited on
Commit
e7bbb75
·
1 Parent(s): 5d26f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ text = st.text_area(f'Ciao! This app uses {model_name}.\nEnter your text to tes
11
  if text:
12
  out = pipe(text)
13
 
14
- st.json(out[0])
 
11
  if text:
12
  out = pipe(text)
13
 
14
+ st.json(out[0][0])