Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,4 +138,4 @@ with gr.Blocks(css=css) as demo:
|
|
138 |
demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template])
|
139 |
|
140 |
|
141 |
-
demo.launch(debug=True, height='800px',
|
|
|
138 |
demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template])
|
139 |
|
140 |
|
141 |
+
demo.launch(debug=True, height='800px', auth=("admin", "dtm1234"))
|