ElenaRyumina commited on
Commit
263a882
β€’
1 Parent(s): f51c1fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ def create_gradio_app() -> gr.Blocks:
36
 
37
 
38
  if __name__ == "__main__":
39
- create_gradio_app().queue(api_open=False).launch(share=True)
 
36
 
37
 
38
  if __name__ == "__main__":
39
+ create_gradio_app().queue(api_open=False).launch(share=False)