Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from transformers
|
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"
|