chrismay commited on
Commit
70330b3
·
1 Parent(s): f18c254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,4 +12,5 @@ candidate_labels = ['Positive', 'Neutral', 'Negative']
12
 
13
  if text:
14
  out = classifier(text, candidate_labels)
15
- st.json(out)
 
 
12
 
13
  if text:
14
  out = classifier(text, candidate_labels)
15
+ st.json(out)
16
+ torch.cuda.empty_cache()