Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ def transcribe_audio(audio_file):
|
|
19 |
|
20 |
iface = gr.Interface(
|
21 |
fn=transcribe_audio,
|
|
|
22 |
inputs=gr.File(label="Upload Audio File (Max 25MB)"),
|
23 |
outputs=[
|
24 |
gr.Textbox(label="Transcription"),
|
|
|
19 |
|
20 |
iface = gr.Interface(
|
21 |
fn=transcribe_audio,
|
22 |
+
theme="Nymbo/Nymbo_Theme",
|
23 |
inputs=gr.File(label="Upload Audio File (Max 25MB)"),
|
24 |
outputs=[
|
25 |
gr.Textbox(label="Transcription"),
|