Spaces:
Build error
Build error
Update run.py
Browse files
run.py
CHANGED
@@ -26,7 +26,7 @@ def fetch(url, custom_name, ext):
|
|
26 |
|
27 |
return filename
|
28 |
|
29 |
-
|
30 |
fn=fetch,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
|
|
|
26 |
|
27 |
return filename
|
28 |
|
29 |
+
app = gr.Interface(
|
30 |
fn=fetch,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
|