RickyIG commited on
Commit
778202d
1 Parent(s): 93056c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
  description="Langchain based summarization application that's given a PDF file or a text from a text box can then create a summary of the text content. <br> Enter the PDF file and get its summary.",
39
  )
40
 
41
- iface.launch()
42
 
43
  if __name__ == "__main__":
44
  main()
 
38
  description="Langchain based summarization application that's given a PDF file or a text from a text box can then create a summary of the text content. <br> Enter the PDF file and get its summary.",
39
  )
40
 
41
+ iface.launch(share=True)
42
 
43
  if __name__ == "__main__":
44
  main()