Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,6 @@ iface = gr.Interface(
|
|
126 |
inputs=[
|
127 |
gr.Textbox(label="Describe your podcast clip"),
|
128 |
gr.Audio(type="filepath", label="Upload an mp3"),
|
129 |
-
gr.Textbox(label="Or Paste a spotify episode link"),
|
130 |
gr.Number(label="Start time (in seconds)"),
|
131 |
gr.Number(label="Run for (in seconds)"),
|
132 |
],
|
|
|
126 |
inputs=[
|
127 |
gr.Textbox(label="Describe your podcast clip"),
|
128 |
gr.Audio(type="filepath", label="Upload an mp3"),
|
|
|
129 |
gr.Number(label="Start time (in seconds)"),
|
130 |
gr.Number(label="Run for (in seconds)"),
|
131 |
],
|