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