Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,8 @@ with gr.Blocks() as demo:
|
|
53 |
|
54 |
download_btn.click(download_handler, inputs=[url, download_video], outputs=[output_text, output_file])
|
55 |
|
56 |
-
|
57 |
gr.Image("profile.jpg", label="Profile Image", width=200)
|
58 |
-
gr.Markdown("### AI/ML Engineer")
|
59 |
gr.Markdown("Build AI with Haseeb")
|
60 |
gr.Markdown("### Made with ❤ by [Haseeb Ahmed](https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/)")
|
61 |
|
|
|
53 |
|
54 |
download_btn.click(download_handler, inputs=[url, download_video], outputs=[output_text, output_file])
|
55 |
|
56 |
+
|
57 |
gr.Image("profile.jpg", label="Profile Image", width=200)
|
|
|
58 |
gr.Markdown("Build AI with Haseeb")
|
59 |
gr.Markdown("### Made with ❤ by [Haseeb Ahmed](https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/)")
|
60 |
|