harshithakr commited on
Commit
e41b1a5
·
1 Parent(s): 10e33c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ with gradio.Blocks(theme = 'gradio/monochrome', title = 'Keyword clustering Demo
47
  outputs=[output_sec, output_dep, output_other, output_keybert, output_tags_identified])
48
 
49
  #keyword_cluster_demo.queue().launch(share=True,debug =True, show_error =True)
50
- keyword_cluster_demo.queue().launch( examples = [['The London Textile Fair is a leading showcase for fashion fabrics, apparel accessories, print studios, and vintage garments, drawing influential buyers and designers from high-street retail stores and independent sources.']])
 
47
  outputs=[output_sec, output_dep, output_other, output_keybert, output_tags_identified])
48
 
49
  #keyword_cluster_demo.queue().launch(share=True,debug =True, show_error =True)
50
+ keyword_cluster_demo.queue().launch()