Spaces:
Runtime error
Runtime error
isaakkamau
commited on
Commit
•
2aae4d0
1
Parent(s):
14eb3d6
Update app.py
Browse files
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> -
|
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 |
''')
|