Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def dl(inp):
|
|
21 |
except Exception as e:
|
22 |
print (e)
|
23 |
out = None
|
24 |
-
return out
|
25 |
|
26 |
with gr.Blocks() as app:
|
27 |
inp_url = gr.Textbox()
|
|
|
21 |
except Exception as e:
|
22 |
print (e)
|
23 |
out = None
|
24 |
+
return "out"
|
25 |
|
26 |
with gr.Blocks() as app:
|
27 |
inp_url = gr.Textbox()
|