Update app.py
Browse files
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)
|