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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +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.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()
 
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()