Ashhar commited on
Commit
4f7e8f2
·
1 Parent(s): 9cf5d55

expose app on 0.0.0.0

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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(debug=True)
 
 
 
 
167
  # )
168
 
169
  # Launch the app
170
+ demo.launch(
171
+ debug=True,
172
+ server_name="0.0.0.0",
173
+ )