Chris Addis commited on
Commit
808fe61
·
1 Parent(s): f074acd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def create_demo():
170
 
171
  demo.load(check_authorization, inputs=None, outputs=[auth_state])
172
 
173
- if auth_state == False:
174
  # free version - yeah baby
175
  login_button = gr.LoginButton()
176
 
 
170
 
171
  demo.load(check_authorization, inputs=None, outputs=[auth_state])
172
 
173
+ if True:#auth_state == False
174
  # free version - yeah baby
175
  login_button = gr.LoginButton()
176