Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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 |
|