MK-316 commited on
Commit
ffc16cf
1 Parent(s): 7cba631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ def generate_wordcloud(text):
24
 
25
  # Create a Gradio interface
26
  interface = gr.Interface(fn=generate_wordcloud,
27
- inputs="Paste your text here and then click 'Submit'",
28
- outputs="Wordcloud image")
29
 
30
  interface.launch()
 
24
 
25
  # Create a Gradio interface
26
  interface = gr.Interface(fn=generate_wordcloud,
27
+ inputs="text",
28
+ outputs="image")
29
 
30
  interface.launch()