atomiclabs commited on
Commit
474999e
·
1 Parent(s): 23a6769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/sshleifer/distilbart-cnn-12-6",
4
  examples = [
5
  ['Is this review positive or negative? Review: Best cast iron skillet you will every buy.'],
6
  ["Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had foreign affairs experience as a former First Lady. In the previous sentence, decide who 'her' is referring to."],
 
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/bigscience/T0pp",
4
  examples = [
5
  ['Is this review positive or negative? Review: Best cast iron skillet you will every buy.'],
6
  ["Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had foreign affairs experience as a former First Lady. In the previous sentence, decide who 'her' is referring to."],