eldoraboo commited on
Commit
4c503b4
1 Parent(s): f3f624e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
2
  title = "Zero-Shot Text Classification with Hugging Face"
3
  description = "BART-Large-MNLI"
4
  gr.Interface.load("huggingface/facebook/bart-large-mnli", title=title,
5
- description=description, theme="peach").launch()
6
 
 
2
  title = "Zero-Shot Text Classification with Hugging Face"
3
  description = "BART-Large-MNLI"
4
  gr.Interface.load("huggingface/facebook/bart-large-mnli", title=title,
5
+ description=description, theme="default").launch()
6