Spaces:
Runtime error
Runtime error
Commit Β·
9d9037e
1
Parent(s): bac9edc
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,8 +127,8 @@ demo2.launch(debug=True)
|
|
| 127 |
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")]
|
| 128 |
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples)
|
| 129 |
|
| 130 |
-
demo1.launch(debug=True, share=True)
|
| 131 |
-
|
| 132 |
|
| 133 |
def id(inp):
|
| 134 |
return inp
|
|
|
|
| 127 |
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")]
|
| 128 |
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples)
|
| 129 |
|
| 130 |
+
demo1.launch(debug=True)#, share=True)
|
| 131 |
+
#demo.launch(auth=("admin", "pass1234"))
|
| 132 |
|
| 133 |
def id(inp):
|
| 134 |
return inp
|