marcelcastrobr commited on
Commit
9b944be
1 Parent(s): 04a68fe

Add application file

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- import torch
3
  from transformers import pipeline
4
  classifier = pipeline("zero-shot-classification", model="NbAiLab/nb-bert-base-mnli")
5
 
1
  import gradio as gr
 
2
  from transformers import pipeline
3
  classifier = pipeline("zero-shot-classification", model="NbAiLab/nb-bert-base-mnli")
4