glasses
Browse files- app.py +2 -2
- circle.jpg +0 -0
- 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", "
|
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