Spaces:
Runtime error
Runtime error
Commit Β·
7a9958a
1
Parent(s): f6044e0
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,
|
| 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, enable_queue = False, auth=(os.environ['DEMO_LOGIN'], os.environ['DEMO_PWD']),auth_message = "Contact Simbals to get login/pwd")#, share=True)
|
| 132 |
#demo.launch(auth=("admin", "pass1234"))
|
| 133 |
|
| 134 |
def id(inp):
|