Taf2023 commited on
Commit
dd200eb
·
verified ·
1 Parent(s): a16597e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,7 +11,6 @@ iface = gr.Interface(fn=randomize_words,
11
  inputs=None,
12
  outputs="text",
13
  title='Random Word API',
14
- description='Click "Generate" to get a random order of words.',
15
- server_name="localhost")
16
 
17
  iface.launch(share=True)
 
11
  inputs=None,
12
  outputs="text",
13
  title='Random Word API',
14
+ description='Click "Generate" to get a random order of words.')
 
15
 
16
  iface.launch(share=True)