Kabeer Akande commited on
Commit
63335a2
1 Parent(s): b26114b

add shareing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
  description="A simple text summarization app using Hugging Face's transformers. Enter your text and get a summarized version instantly!"
32
  )
33
  # Launch the app
34
- interface.launch()
35
 
36
  if __name__ == "__main__":
37
  main()
 
31
  description="A simple text summarization app using Hugging Face's transformers. Enter your text and get a summarized version instantly!"
32
  )
33
  # Launch the app
34
+ interface.launch(share=True)
35
 
36
  if __name__ == "__main__":
37
  main()