Spaces:
Sleeping
Sleeping
Ashhar
commited on
Commit
·
4f7e8f2
1
Parent(s):
9cf5d55
expose app on 0.0.0.0
Browse files
app.py
CHANGED
@@ -167,4 +167,7 @@ with gr.Blocks(css=css, title="Create interesting sentences on the fly ✈") as
|
|
167 |
# )
|
168 |
|
169 |
# Launch the app
|
170 |
-
demo.launch(
|
|
|
|
|
|
|
|
167 |
# )
|
168 |
|
169 |
# Launch the app
|
170 |
+
demo.launch(
|
171 |
+
debug=True,
|
172 |
+
server_name="0.0.0.0",
|
173 |
+
)
|