PierreHanna commited on
Commit
f868876
Β·
1 Parent(s): cdb94f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,9 +125,9 @@ demo2.launch(debug=True)
125
  '''
126
 
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):
 
125
  '''
126
 
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, cache_examples=False)
129
 
130
+ demo1.launch(debug=True)#, share=True)
131
  #demo.launch(auth=("admin", "pass1234"))
132
 
133
  def id(inp):