Spaces:
Runtime error
Runtime error
Commit Β·
a5ee25b
1
Parent(s): a66b073
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,5 +80,5 @@ poc_examples = [#[["I love learning machine learning"],["autre"]]
|
|
| 80 |
outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
|
| 81 |
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
|
| 82 |
|
| 83 |
-
demo1.launch(debug=True)
|
| 84 |
-
|
|
|
|
| 80 |
outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
|
| 81 |
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
|
| 82 |
|
| 83 |
+
#demo1.launch(debug=True)
|
| 84 |
+
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)
|