Update app.py
Browse files
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:
|