awacke1 commited on
Commit
ea24ad6
·
verified ·
1 Parent(s): 3aa0b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1652,7 +1652,7 @@ def process_image(image_input):
1652
  save_image(image_input, filename_txt) # Save copy of image with new filename
1653
  st.rerun() # rerun to show new image and new markdown files
1654
 
1655
- reurn image_response
1656
 
1657
 
1658
  def process_audio(audio_input):
 
1652
  save_image(image_input, filename_txt) # Save copy of image with new filename
1653
  st.rerun() # rerun to show new image and new markdown files
1654
 
1655
+ return image_response
1656
 
1657
 
1658
  def process_audio(audio_input):