Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
2 |
import torch
|
3 |
import gradio as gr #this is in place of the streamlit of the HF video
|
4 |
|
5 |
-
title = "Saras second try
|
6 |
description = "Based on a zero-shot-classification model (default facebook/bart-large-mnli)"
|
7 |
examples = [["The president was elected last week then convicted of ten crimes and imprisoned, though he was paid $10,000 for his trouble"]]
|
8 |
|
|
|
2 |
import torch
|
3 |
import gradio as gr #this is in place of the streamlit of the HF video
|
4 |
|
5 |
+
title = "Saras second try categorizes statements [as business, education, law, politics]"
|
6 |
description = "Based on a zero-shot-classification model (default facebook/bart-large-mnli)"
|
7 |
examples = [["The president was elected last week then convicted of ten crimes and imprisoned, though he was paid $10,000 for his trouble"]]
|
8 |
|