isaakkamau commited on
Commit
2aae4d0
1 Parent(s): 14eb3d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with block:
62
  btn.click(transcribe, inputs=[input_video], outputs=[output_video])
63
  gr.HTML('''
64
  <div class="footer">
65
- <p>Powered by <a href="https://openai.com/" style="text-decoration: underline;" target="_blank">OpenAI</a> - Developed by <a href="https://github.com/Isaakkamau" style="text-decoration: underline;" target="_blank">+254704205553</a>
66
  </p>
67
  </div>
68
  ''')
 
62
  btn.click(transcribe, inputs=[input_video], outputs=[output_video])
63
  gr.HTML('''
64
  <div class="footer">
65
+ <p>Powered by <a href="https://openai.com/" style="text-decoration: underline;" target="_blank">OpenAI</a> - NOTE: The longer the video, the longer the processing time <a href="https://github.com/Isaakkamau" style="text-decoration: underline;" target="_blank"> Star me on Github</a>
66
  </p>
67
  </div>
68
  ''')