vumichien commited on
Commit
b5cd6d0
·
1 Parent(s): 012084d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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')