Alimubariz124 commited on
Commit
e6c7223
·
verified ·
1 Parent(s): 249f940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,8 +41,7 @@ def transcribe_audio(audio_file):
41
  app = gr.Interface(
42
  fn=transcribe_audio,
43
  inputs=gr.Audio(source="microphone", type="filepath"),
44
- outputs="text"),
45
-
46
  title="Audio Transcription with Whisper Model",
47
  description="Upload an audio file to transcribe it into text using the Whisper model.",
48
  theme="compact"
 
41
  app = gr.Interface(
42
  fn=transcribe_audio,
43
  inputs=gr.Audio(source="microphone", type="filepath"),
44
+ outputs="text"),
 
45
  title="Audio Transcription with Whisper Model",
46
  description="Upload an audio file to transcribe it into text using the Whisper model.",
47
  theme="compact"