Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ def summarize(text):
|
|
12 |
input = pipe(text)
|
13 |
return input
|
14 |
|
|
|
15 |
with gr.Blocks() as demo:
|
16 |
text = gr.Textbox(label="text", lines=10, placeholder="Enter text here")
|
17 |
output = gr.Textbox(label="Output")
|
|
|
12 |
input = pipe(text)
|
13 |
return input
|
14 |
|
15 |
+
|
16 |
with gr.Blocks() as demo:
|
17 |
text = gr.Textbox(label="text", lines=10, placeholder="Enter text here")
|
18 |
output = gr.Textbox(label="Output")
|