Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1672,7 +1672,8 @@ def process_image(image_input):
|
|
1672 |
st.markdown(image_response)
|
1673 |
|
1674 |
# Save the image with a new filename based on the response
|
1675 |
-
save_image(image_input, image_response)
|
|
|
1676 |
|
1677 |
def process_audio(audio_input):
|
1678 |
if audio_input:
|
|
|
1672 |
st.markdown(image_response)
|
1673 |
|
1674 |
# Save the image with a new filename based on the response
|
1675 |
+
#save_image(image_input, image_response)
|
1676 |
+
save_image(image_input)
|
1677 |
|
1678 |
def process_audio(audio_input):
|
1679 |
if audio_input:
|