RKP654 commited on
Commit
60332c3
·
1 Parent(s): e8d6206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(value=config.ADVISOR_IMAGE)(width=config.ADVISOR_IMAGE_WIDTH, height=config.ADVISOR_IMAGE_HEIGHT)
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