Spaces:
Runtime error
Runtime error
pkarthik15
commited on
Commit
•
b7fd0cf
1
Parent(s):
7690725
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
gr.Interface.load("models/roberta-large-mnli", title="Zero shot classification").launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("models/facebook/bart-large-mnli", title="Zero shot classification").launch()
|
3 |
+
# gr.Interface.load("models/roberta-large-mnli", title="Zero shot classification").launch()
|