Spaces:
Build error
Build error
Commit
·
d500bfa
1
Parent(s):
4c4c427
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,11 +6,9 @@ def greet(name):
|
|
| 6 |
return "Hello " + name + "!!"
|
| 7 |
|
| 8 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 9 |
-
|
| 10 |
|
| 11 |
desc = "Summarize some text!"
|
| 12 |
-
|
| 13 |
-
sample = [[y],[x],[z]]
|
| 14 |
|
| 15 |
iface = Parallel(
|
| 16 |
theme='huggingface',
|
|
|
|
| 6 |
return "Hello " + name + "!!"
|
| 7 |
|
| 8 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 9 |
+
io1 = gr.Interface.load('huggingface/google/pegasus-large')
|
| 10 |
|
| 11 |
desc = "Summarize some text!"
|
|
|
|
|
|
|
| 12 |
|
| 13 |
iface = Parallel(
|
| 14 |
theme='huggingface',
|