akshaygoel commited on
Commit
7e47de8
·
verified ·
1 Parent(s): be222f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ footer {display:none !important}
79
  }
80
  """
81
 
82
- demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification | Data Science Dojo", examples=examples, css=css)
83
  demo.launch()
 
79
  }
80
  """
81
 
82
+ demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification BART", examples=examples, css=css)
83
  demo.launch()