Spaces:
Sleeping
Sleeping
gera
commited on
Commit
·
745ad9d
1
Parent(s):
d6df1ce
re-enable authentication, ups
Browse files
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 |
-
|
|
|
149 |
|
150 |
demo.launch(
|
151 |
height=700,
|
152 |
+
allowed_paths=["."],
|
153 |
+
auth=auth)
|