Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -161,13 +161,5 @@ with block:
|
|
161 |
btn2 = gr.Button("Transcribe")
|
162 |
text2 = gr.Textbox(show_label=False, placeholder="Transcription will appear here")
|
163 |
btn2.click(inference2, inputs=[url], outputs=[text2])
|
164 |
-
|
165 |
-
|
166 |
-
gr.HTML('''
|
167 |
-
<div class="footer">
|
168 |
-
<p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by 🤗 Hugging Face and Youtube convertion done by <a href="https://github.com/sensahin/youwhisper" style="text-decoration: underline;" target="_blank">YouWhisper</a>
|
169 |
-
</p>
|
170 |
-
</div>
|
171 |
-
''')
|
172 |
-
|
173 |
block.launch()
|
|
|
161 |
btn2 = gr.Button("Transcribe")
|
162 |
text2 = gr.Textbox(show_label=False, placeholder="Transcription will appear here")
|
163 |
btn2.click(inference2, inputs=[url], outputs=[text2])
|
164 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
block.launch()
|