Ahsen Khaliq commited on
Commit
8a00486
·
1 Parent(s): 4f4765f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ examples = [
12
 
13
  io1 = gr.Interface.load("huggingface/facebook/bart-large-mnli")
14
 
15
- io2 = gr.Interface.load("huggingface/facebook/facebook/bart-large-cnn")
16
 
17
  def inference(text, model,class_names,allow_multiple):
18
  if model == "bart-large-mnli":
 
12
 
13
  io1 = gr.Interface.load("huggingface/facebook/bart-large-mnli")
14
 
15
+ io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
16
 
17
  def inference(text, model,class_names,allow_multiple):
18
  if model == "bart-large-mnli":