Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -36,9 +36,7 @@ A1 = gr.ChatInterface(predict,
|
|
36 |
A2 = gr.load("models/openai/whisper-small",
|
37 |
title=" ",
|
38 |
description="Transcribe Speech and Audio Files",
|
39 |
-
|
40 |
-
gr.inputs.Audio(source="upload", type="filepath", optional=True, label="Audio file")],
|
41 |
-
)
|
42 |
|
43 |
A3 = gr.load(
|
44 |
"models/Salesforce/blip-image-captioning-large",
|
|
|
36 |
A2 = gr.load("models/openai/whisper-small",
|
37 |
title=" ",
|
38 |
description="Transcribe Speech and Audio Files",
|
39 |
+
)
|
|
|
|
|
40 |
|
41 |
A3 = gr.load(
|
42 |
"models/Salesforce/blip-image-captioning-large",
|