Beibars003 commited on
Commit
fb8e4a3
·
verified ·
1 Parent(s): 03b9bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -195,5 +195,11 @@ with gr.Blocks() as demo:
195
  )
196
 
197
 
 
198
  if __name__ == "__main__":
199
- demo.launch(server_name="0.0.0.0", server_port=5482, share=True)
 
 
 
 
 
 
195
  )
196
 
197
 
198
+
199
  if __name__ == "__main__":
200
+ demo.launch(
201
+ share=False,
202
+ server_name="0.0.0.0",
203
+ server_port=5482,
204
+ show_api=False,
205
+ )