awacke1 commited on
Commit
f9e8aeb
·
verified ·
1 Parent(s): 45dc639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: