SevenhuijsenM commited on
Commit
df0d908
1 Parent(s): f6d7adb

Added the main file

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. app.py +1 -1
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.",