Spaces:
Runtime error
Runtime error
Commit Β·
c8fb4af
1
Parent(s): 1a30539
Update app.py
Browse files
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
|
| 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):
|