PierreHanna commited on
Commit
b5ed01c
·
verified ·
1 Parent(s): 08c05e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ outputs = [gr.File(),
110
  gr.Textbox(label="Track name 3"), gr.Audio(label="Track 3", show_label=False),
111
  gr.Textbox(label="Track name 4"), gr.Audio(label="Track 4", show_label=False),
112
  gr.Textbox(label="Track name 5"), gr.Audio(label="Track 5", show_label=False)]
113
- demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=True, examples_per_page=20)
114
 
115
  demo1.launch(debug=False)
116
 
 
110
  gr.Textbox(label="Track name 3"), gr.Audio(label="Track 3", show_label=False),
111
  gr.Textbox(label="Track name 4"), gr.Audio(label="Track 4", show_label=False),
112
  gr.Textbox(label="Track name 5"), gr.Audio(label="Track 5", show_label=False)]
113
+ demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False, examples_per_page=20)
114
 
115
  demo1.launch(debug=False)
116