sbthesis commited on
Commit
add8153
·
1 Parent(s): 72a4157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 at ChatBot"
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