Shivam29rathore commited on
Commit
ece0fba
·
1 Parent(s): c92a08c

final touch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,5 +224,5 @@ Parallel(
224
  interface2,
225
  title="Document Summarizer",
226
  inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input- 10k sections')
227
- ).launch()
228
 
 
224
  interface2,
225
  title="Document Summarizer",
226
  inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input- 10k sections')
227
+ ).launch(enable_queue=True, debug=True)
228