robertselvam commited on
Commit
45a083d
·
1 Parent(s): 13e8d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class WebpageSummarizer:
149
  btn.click(fn=self.summarize_webpage, inputs=inputs, outputs=outputs)
150
 
151
  # Launch the Gradio interface
152
- demo.launch(share=True, debug=True)
153
 
154
 
155
  if __name__ == "__main__":
 
149
  btn.click(fn=self.summarize_webpage, inputs=inputs, outputs=outputs)
150
 
151
  # Launch the Gradio interface
152
+ demo.launch()
153
 
154
 
155
  if __name__ == "__main__":