hiba9 commited on
Commit
968fde0
·
verified ·
1 Parent(s): 39f5527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ from transformers import pipeline
11
  # Use PyTorch
12
  pipe = pipeline("sentiment-analysis", framework="pt")
13
  text = st.text_area("Enter some text")
14
- if text:
15
  out=pipe(text)
16
  st.json(out)
 
11
  # Use PyTorch
12
  pipe = pipeline("sentiment-analysis", framework="pt")
13
  text = st.text_area("Enter some text")
14
+ if text:
15
  out=pipe(text)
16
  st.json(out)