zsoltapp commited on
Commit
1076b3e
1 Parent(s): 56c2e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2082,7 +2082,7 @@ def same_auth(username, password):
2082
  return username == password
2083
  if __name__ == "__main__":
2084
  # app.launch(share=True, server_name="0.0.0.0", server_port=7860, auth=same_auth, auth_message="Please enter the same username and password")
2085
- app.launch(share=True, server_name="0.0.0.0", server_port=7860)
2086
 
2087
  # if __name__ == "__main__":
2088
  # main()
 
2082
  return username == password
2083
  if __name__ == "__main__":
2084
  # app.launch(share=True, server_name="0.0.0.0", server_port=7860, auth=same_auth, auth_message="Please enter the same username and password")
2085
+ app.launch(server_name="0.0.0.0", server_port=7860)
2086
 
2087
  # if __name__ == "__main__":
2088
  # main()