Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,4 +138,5 @@ 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', auth=("admin", "dtm1234"))
|
|
|
|
|
|
| 138 |
demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template])
|
| 139 |
|
| 140 |
|
| 141 |
+
# demo.launch(debug=True, height='800px', auth=("admin", "dtm1234"))
|
| 142 |
+
demo.launch(debug=True, height='800px')
|