awacke1 commited on
Commit
868512d
1 Parent(s): ea0b9dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ selection because it's not doing anything to improve its function but is it the
141
  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", "glasses.png", "128,0,0"]],
145
  title="Visual Cluster",
146
  description="Create a cluster visualization from a body or corpus of text. The custom stop word field allows you to enter a comma seperated list of words you would like to exclude")
147
 
 
141
  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", "roundrectangle.png", "128,0,0"]],
145
  title="Visual Cluster",
146
  description="Create a cluster visualization from a body or corpus of text. The custom stop word field allows you to enter a comma seperated list of words you would like to exclude")
147