Dabs commited on
Commit
0647ffb
1 Parent(s): abd411e
Files changed (3) hide show
  1. app.py +2 -2
  2. circle.jpg +0 -0
  3. glasses.png +0 -0
app.py CHANGED
@@ -28,8 +28,8 @@ The success of the books and films has allowed the Harry Potter franchise to exp
28
  iface = gr.Interface(create_wc,
29
  ["text", gr.inputs.Dropdown(["en", "es"]) ,"text", "image", "text"],
30
  "pil",
31
- examples = [[text_example, "en", "harry, potter", "circle.jpg", "0,255,0"]],
32
  title="Wordcloud",
33
  description="Create a wordcloud from a text. Use the custom sw field to input custom stopwords separated by comma")
34
 
35
- iface.launch()
 
28
  iface = gr.Interface(create_wc,
29
  ["text", gr.inputs.Dropdown(["en", "es"]) ,"text", "image", "text"],
30
  "pil",
31
+ examples = [[text_example, "en", "harry, potter", "glasses.png", "128,0,0"]],
32
  title="Wordcloud",
33
  description="Create a wordcloud from a text. Use the custom sw field to input custom stopwords separated by comma")
34
 
35
+ iface.launch()
circle.jpg DELETED
Binary file (14.7 kB)
 
glasses.png ADDED