PierreHanna commited on
Commit
c8fb4af
Β·
1 Parent(s): 1a30539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label=
128
  demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
129
 
130
  #demo1.launch(debug=True)
131
- demo1.launch(debug=True,auth=(os.environ['DEMO_LOGIN'], os.environ['DEMO_PWD']),auth_message = "Please ask for authorization at <i> pierre.hanna@simbals.com </i>")#, share=True)
132
  #demo.launch(auth=("admin", "pass1234"))
133
 
134
  def id(inp):
 
128
  demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
129
 
130
  #demo1.launch(debug=True)
131
+ demo1.launch(debug=True, auth=(os.environ['DEMO_LOGIN'], os.environ['DEMO_PWD']),auth_message = "Please ask for login/pwd at pierre.hanna@simbals.com")#, share=True)
132
  #demo.launch(auth=("admin", "pass1234"))
133
 
134
  def id(inp):