awacke1 commited on
Commit
8761f22
·
verified ·
1 Parent(s): fd44629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def process_image(image_input):
49
  ],
50
  temperature=0.0,
51
  )
52
- st.markdown(response.message.content)
53
 
54
  def process_audio(audio_input):
55
  if audio_input:
 
49
  ],
50
  temperature=0.0,
51
  )
52
+ st.markdown(response.choices[0].message.content)
53
 
54
  def process_audio(audio_input):
55
  if audio_input: