haotiz commited on
Commit
d68ec7e
1 Parent(s): c00bbbb

turn off share

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -69,4 +69,5 @@ gr.Interface(
69
  ["./flickr_7520721.jpg", "A woman figure skater in a blue costume holds her leg by the blade of her skate ."]
70
  ],
71
  article=Path("docs/intro.md").read_text()
72
- ).launch(server_name="0.0.0.0", server_port=7000, share=True)
 
 
69
  ["./flickr_7520721.jpg", "A woman figure skater in a blue costume holds her leg by the blade of her skate ."]
70
  ],
71
  article=Path("docs/intro.md").read_text()
72
+ ).launch()
73
+ # ).launch(server_name="0.0.0.0", server_port=7000, share=True)