Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ gr.Interface(
|
|
192 |
inputs=[
|
193 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|
194 |
gr.inputs.Audio(source="upload", type='filepath', optional=True),
|
195 |
-
gr.Textbox(label="Paste YouTube link here"),
|
196 |
],
|
197 |
|
198 |
outputs=[
|
|
|
192 |
inputs=[
|
193 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|
194 |
gr.inputs.Audio(source="upload", type='filepath', optional=True),
|
195 |
+
gr.Textbox(label="Paste YouTube link here [For computation purposes: only first 30 seconds are evaluated]"),
|
196 |
],
|
197 |
|
198 |
outputs=[
|