chompionsawelo commited on
Commit
80086c5
·
1 Parent(s): b776251

markdown change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  )
68
 
69
  with gr.Accordion("Copyright"):
70
- gr.Markdown("Created with OpenAI Whisper and Huggingface")
71
 
72
  if __name__ == "__main__":
73
  demo.queue(concurrency_count=2, max_size=2).launch(
 
67
  )
68
 
69
  with gr.Accordion("Copyright"):
70
+ gr.Markdown("OpenAI Whisper, Pyannote & Huggingface")
71
 
72
  if __name__ == "__main__":
73
  demo.queue(concurrency_count=2, max_size=2).launch(