Taf2023 commited on
Commit
b57dcb0
·
verified ·
1 Parent(s): b43fd15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ def randomize_words():
8
  return randomized_words
9
 
10
  iface = gr.Interface(fn=randomize_words,
 
11
  title='Random Word API',
12
  description='Click "Generate" to get a random order of words.',
13
  server_name="localhost")
 
8
  return randomized_words
9
 
10
  iface = gr.Interface(fn=randomize_words,
11
+ outputs="text",
12
  title='Random Word API',
13
  description='Click "Generate" to get a random order of words.',
14
  server_name="localhost")