Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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),
|