gibil commited on
Commit
4cd78af
1 Parent(s): 38a1416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
 
4
  model = AutoModelForSequenceClassification.from_pretrained("NDugar/ZSD-microsoft-v2xxlmnli")
5
  p = pipeline("zero-shot-classification", model=model, tokenizer = "NDugar/ZSD-microsoft-v2xxlmnli")
6
- io = gr.Interface.from_pipeline(p, theme="dark", title = "Beit Rabban Final Project", description = "feelings list")
7
  io.launch()
 
3
 
4
  model = AutoModelForSequenceClassification.from_pretrained("NDugar/ZSD-microsoft-v2xxlmnli")
5
  p = pipeline("zero-shot-classification", model=model, tokenizer = "NDugar/ZSD-microsoft-v2xxlmnli")
6
+ io = gr.Interface.from_pipeline(p, theme="dark", title = "Beit Rabban Final Project")
7
  io.launch()