Spaces:
Running
Running
remove auth
Browse files
app.py
CHANGED
@@ -104,6 +104,6 @@ with gr.Blocks() as demo:
|
|
104 |
|
105 |
if __name__ == "__main__":
|
106 |
demo.launch(
|
107 |
-
auth=("sc2024", "sc2024"),
|
108 |
-
auth_message="To request access, please email [email protected]",
|
109 |
)
|
|
|
104 |
|
105 |
if __name__ == "__main__":
|
106 |
demo.launch(
|
107 |
+
# auth=("sc2024", "sc2024"),
|
108 |
+
# auth_message="To request access, please email [email protected]",
|
109 |
)
|