deepakchawla-cb commited on
Commit
270ccd6
·
1 Parent(s): bcad4e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -146,11 +146,11 @@ with block:
146
 
147
  btn.click(inference, inputs=[audio, sentiment_option], outputs=[lang_str, text, sentiment_output])
148
 
149
- gr.HTML('''
150
- <div class="footer">
151
- <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
152
- </p>
153
- </div>
154
- ''')
155
 
156
  block.launch()
 
146
 
147
  btn.click(inference, inputs=[audio, sentiment_option], outputs=[lang_str, text, sentiment_output])
148
 
149
+ # gr.HTML('''
150
+ # <div class="footer">
151
+ # <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
152
+ # </p>
153
+ # </div>
154
+ # ''')
155
 
156
  block.launch()