Spaces:
Sleeping
Sleeping
Commit
·
06176bc
1
Parent(s):
09c9c95
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(fn=summarize,
|
|
22 |
theme='huggingface',
|
23 |
title= 'sum_it',
|
24 |
description= desc,
|
25 |
-
inputs=
|
26 |
outputs= 'textbox')
|
27 |
iface.launch(inline = False)
|
28 |
|
|
|
22 |
theme='huggingface',
|
23 |
title= 'sum_it',
|
24 |
description= desc,
|
25 |
+
inputs= 'textbox',
|
26 |
outputs= 'textbox')
|
27 |
iface.launch(inline = False)
|
28 |
|