Spaces:
Sleeping
Sleeping
Commit
·
4fde3cd
1
Parent(s):
7fa4b3c
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def greet(name):
|
|
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!"
|
18 |
iface = Parallel(io1,
|
19 |
theme='huggingface',
|
|
|
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 |
+
SamuelMiller/lil_sumsum
|
17 |
desc = "Summarize some text!"
|
18 |
iface = Parallel(io1,
|
19 |
theme='huggingface',
|