Spaces:
Runtime error
Runtime error
SevenhuijsenM
commited on
Commit
•
df0d908
1
Parent(s):
f6d7adb
Added the main file
Browse files
README.md
CHANGED
@@ -9,4 +9,3 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
app.py
CHANGED
@@ -9,7 +9,7 @@ def transcribe(audio):
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
-
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small Italian",
|
15 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
|
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
+
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small Italian",
|
15 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
|