aslasdlkj commited on
Commit
4a8c97c
1 Parent(s): 78a396d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
  ],