Jekyll2000 commited on
Commit
989c1c1
1 Parent(s): b93b158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -54,8 +54,7 @@ with gr.Blocks() as demo:
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
 
61
  demo.launch()
 
54
  download_btn.click(download_handler, inputs=[url, download_video], outputs=[output_text, output_file])
55
 
56
 
57
+ gr.Markdown("Build AI with Haseeb Ahmed (AI/ML engineer)")
 
58
  gr.Markdown("### Made with ❤ by [Haseeb Ahmed](https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/)")
59
 
60
  demo.launch()