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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ with gradio.Blocks(theme = 'gradio/monochrome', title = 'Keyword clustering Demo
29
  )
30
  with gradio.Row(scale = 2):
31
  with gradio.Column(scale=1):
32
- event_info = gradio.Textbox(label='enter event discription', 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.'])
33
  button = gradio.Button("Submit")
34
 
35
  output_sec = gradio.outputs.Textbox(label="Mapped sector and score")
@@ -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()
 
29
  )
30
  with gradio.Row(scale = 2):
31
  with gradio.Column(scale=1):
32
+ event_info = gradio.Textbox(label='enter event discription')
33
  button = gradio.Button("Submit")
34
 
35
  output_sec = gradio.outputs.Textbox(label="Mapped sector and score")
 
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.']])