Spaces:
Runtime error
Runtime error
Commit Β·
cdb94f1
1
Parent(s): 5d9bc26
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ 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 |
#demo.launch(auth=("admin", "pass1234"))
|
| 132 |
|
| 133 |
def id(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, cache_examples=False)#, share=True)
|
| 131 |
#demo.launch(auth=("admin", "pass1234"))
|
| 132 |
|
| 133 |
def id(inp):
|