gera commited on
Commit
745ad9d
·
1 Parent(s): d6df1ce

re-enable authentication, ups

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,5 +149,5 @@ with gr.Blocks(title="Dr. Luis Chiozza - Medicina y Psicoanalisis", fill_height=
149
 
150
  demo.launch(
151
  height=700,
152
- allowed_paths=["."])
153
- # auth_dependency=authenticate) #auth=authenticate)
 
149
 
150
  demo.launch(
151
  height=700,
152
+ allowed_paths=["."],
153
+ auth=auth)