awacke1 commited on
Commit
18d6a7a
1 Parent(s): cc02022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ iface = gr.Interface(create_wc,
142
  ["text", gr.inputs.Dropdown(["en", "es"]) ,"text", "image", "text"],
143
  "pil",
144
  examples = [[text_example, "en", "um, i, i'm, we're, like, really, no, say, yeah, just, think, can", "roundrectangle.png", "128,0,0"]],
145
- title="Visual Cluster",
146
  description="Create a word cluster visualization from a body or corpus of text. Word frequency makes the word size larger, and the image supplied can act as a mask to shape the visualization how you like. The custom stop word field allows you to enter a comma separated list of words you would like to exclude from the visualization.")
147
 
148
  iface.launch()
 
142
  ["text", gr.inputs.Dropdown(["en", "es"]) ,"text", "image", "text"],
143
  "pil",
144
  examples = [[text_example, "en", "um, i, i'm, we're, like, really, no, say, yeah, just, think, can", "roundrectangle.png", "128,0,0"]],
145
+ title="Visual Cluster Word Cloud Builder",
146
  description="Create a word cluster visualization from a body or corpus of text. Word frequency makes the word size larger, and the image supplied can act as a mask to shape the visualization how you like. The custom stop word field allows you to enter a comma separated list of words you would like to exclude from the visualization.")
147
 
148
  iface.launch()