Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with block:
|
|
104 |
|
105 |
gr.HTML('''
|
106 |
<div class="footer">
|
107 |
-
<p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
|
108 |
</p>
|
109 |
</div>
|
110 |
''')
|
|
|
104 |
|
105 |
gr.HTML('''
|
106 |
<div class="footer">
|
107 |
+
<p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by 🤗 Hugging Face
|
108 |
</p>
|
109 |
</div>
|
110 |
''')
|