Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ theme = gr.themes.Default().set(
|
|
| 70 |
|
| 71 |
with gr.Blocks(theme=theme) as ui:
|
| 72 |
# advisor image input and microphone input
|
| 73 |
-
advisor = gr.Image(
|
| 74 |
audio_input = gr.Audio(source="microphone", type="filepath")
|
| 75 |
|
| 76 |
# text transcript output and audio
|
|
|
|
| 70 |
|
| 71 |
with gr.Blocks(theme=theme) as ui:
|
| 72 |
# advisor image input and microphone input
|
| 73 |
+
advisor = gr.Image(shape=(config.ADVISOR_IMAGE_HEIGHT, config.ADVISOR_IMAGE_WIDTH))
|
| 74 |
audio_input = gr.Audio(source="microphone", type="filepath")
|
| 75 |
|
| 76 |
# text transcript output and audio
|