eldoraboo commited on
Commit
e27864b
1 Parent(s): b8c82f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from transformers[torch] import pipeline
3
 
4
  title = "Zero-Shot Text Classification with Hugging Face"
5
  description = "bart-large-mnli"
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
  title = "Zero-Shot Text Classification with Hugging Face"
5
  description = "bart-large-mnli"