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