Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,13 +89,6 @@ A1 = gr.ChatInterface(predict,
|
|
89 |
retry_btn=None,
|
90 |
clear_btn="Clear Conversation")
|
91 |
|
92 |
-
A2 = gr.load("models/openai/whisper-small",
|
93 |
-
title=" ",
|
94 |
-
description="Transcribe Real-Time Speech and Audio Files",
|
95 |
-
inputs=[
|
96 |
-
gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
97 |
-
gr.inputs.Audio(source="upload", type="filepath", optional=True),
|
98 |
-
])
|
99 |
|
100 |
A3 = gr.load(
|
101 |
"models/Salesforce/blip-image-captioning-large",
|
|
|
89 |
retry_btn=None,
|
90 |
clear_btn="Clear Conversation")
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
A3 = gr.load(
|
94 |
"models/Salesforce/blip-image-captioning-large",
|