Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,10 @@ demo = gr.Interface(
|
|
31 |
title="Audio Transcription HNM",
|
32 |
description="Upload an audio file to transcribe it into text",
|
33 |
)
|
|
|
|
|
|
|
|
|
34 |
# Add the Groq badge
|
35 |
gr.HTML("""
|
36 |
<div id="groq-badge">
|
@@ -52,7 +56,5 @@ demo = gr.Interface(
|
|
52 |
4. The transcription and AI assistant response will appear in the respective text boxes.
|
53 |
|
54 |
""")
|
55 |
-
|
56 |
-
if __name__ == "__main__":
|
57 |
|
58 |
demo.launch()
|
|
|
31 |
title="Audio Transcription HNM",
|
32 |
description="Upload an audio file to transcribe it into text",
|
33 |
)
|
34 |
+
|
35 |
+
|
36 |
+
if __name__ == "__main__":
|
37 |
+
|
38 |
# Add the Groq badge
|
39 |
gr.HTML("""
|
40 |
<div id="groq-badge">
|
|
|
56 |
4. The transcription and AI assistant response will appear in the respective text boxes.
|
57 |
|
58 |
""")
|
|
|
|
|
59 |
|
60 |
demo.launch()
|