Spaces:
Runtime error
Runtime error
Commit
·
80086c5
1
Parent(s):
b776251
markdown change
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
67 |
)
|
68 |
|
69 |
with gr.Accordion("Copyright"):
|
70 |
-
gr.Markdown("
|
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(
|