SamuelMiller commited on
Commit
251e5b5
·
1 Parent(s): a7676a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ def greet(name):
11
  return "Hello " + name + "!!"
12
 
13
  # iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
- io1 = gr.Interface.load('SamuelMiller/lil_sum_sum')
 
15
 
16
  desc = "Summarize some text!"
17
  iface = Parallel(io1,
 
11
  return "Hello " + name + "!!"
12
 
13
  # iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
+ io1 = gr.Interface.load('huggingface/SamuelMiller/lil_sum_sum')
15
+ # 'huggingface/google/pegasus-large'
16
 
17
  desc = "Summarize some text!"
18
  iface = Parallel(io1,