minko186 commited on
Commit
e7da95c
1 Parent(s): 75fa89d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,5 +427,5 @@ with gr.Blocks() as demo:
427
 
428
  if __name__ == "__main__":
429
  demo.launch(
430
- share=True, server_name="0.0.0.0", server_port=80, auth=("polygraf-admin", "test@aisd")
431
  )
 
427
 
428
  if __name__ == "__main__":
429
  demo.launch(
430
+ share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd")
431
  )