Spaces:
Running
Running
Commit
·
7fa4b3c
1
Parent(s):
251e5b5
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def greet(name):
|
|
11 |
return "Hello " + name + "!!"
|
12 |
|
13 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
14 |
-
io1 = gr.Interface.load('huggingface/SamuelMiller/
|
15 |
# 'huggingface/google/pegasus-large'
|
16 |
|
17 |
desc = "Summarize some text!"
|
|
|
11 |
return "Hello " + name + "!!"
|
12 |
|
13 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
14 |
+
io1 = gr.Interface.load('huggingface/SamuelMiller/lil_sumsum')
|
15 |
# 'huggingface/google/pegasus-large'
|
16 |
|
17 |
desc = "Summarize some text!"
|