MrAli813 commited on
Commit
76f8ae7
·
verified ·
1 Parent(s): 85a7c4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ A1 = gr.ChatInterface(predict,
33
  retry_btn=None,
34
  clear_btn="Clear Conversation")
35
 
36
- A2 = gr.load("openai/whisper-small",
37
  title=" ",
38
  description="Transcribe Speech and Audio Files",
39
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", optional=True),
 
33
  retry_btn=None,
34
  clear_btn="Clear Conversation")
35
 
36
+ A2 = gr.load("models/openai/whisper-small",
37
  title=" ",
38
  description="Transcribe Speech and Audio Files",
39
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", optional=True),