Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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 |
|