Ahsen Khaliq commited on
Commit
fbbe9ec
1 Parent(s): a92dee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -10,4 +10,9 @@ examples = [
10
  ["I have a problem with my iphone that needs to be resolved asap!!","urgent, not urgent, phone, tablet, computer",True]
11
  ]
12
 
13
- gr.Interface.load("huggingface/facebook/bart-large-mnli",title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
 
 
 
 
 
 
10
  ["I have a problem with my iphone that needs to be resolved asap!!","urgent, not urgent, phone, tablet, computer",True]
11
  ]
12
 
13
+ gr.Interface.load("huggingface/facebook/bart-large-mnli").launch()
14
+
15
+ gr.Interface.load("huggingface/facebook/facebook/bart-large-cnn").launch()
16
+
17
+
18
+