Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,4 +10,4 @@ a = gr.Interface(fn=summary,
|
|
| 10 |
inputs= gr.Textbox(lines=5, label='Enter Text'),
|
| 11 |
outputs = gr.Textbox(label='Summary'),
|
| 12 |
title = 'Text Summarizer')
|
| 13 |
-
a.launch()
|
|
|
|
| 10 |
inputs= gr.Textbox(lines=5, label='Enter Text'),
|
| 11 |
outputs = gr.Textbox(label='Summary'),
|
| 12 |
title = 'Text Summarizer')
|
| 13 |
+
a.launch(inline=False)
|