ML-Motivators commited on
Commit
1c71664
·
verified ·
1 Parent(s): 9f2b975
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -309,5 +309,6 @@ with image_blocks as demo:
309
 
310
 
311
 
312
- image_blocks.launch()
 
313
 
 
309
 
310
 
311
 
312
+ image_blocks.launch(share=True)
313
+ image_blocks.launch(server_name="0.0.0.0", server_port=7860)
314