AyushDey commited on
Commit
4bc305b
1 Parent(s): 07e6078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)