Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,7 +204,6 @@ st.write("Upload a picture and start your journey of creativeness and imaginatio
|
|
| 204 |
|
| 205 |
# File uploader for image and audio
|
| 206 |
uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
|
| 207 |
-
uploaded_audio = st.file_uploader("Upload an audio file", type=["mp3", "wav", "ogg"])
|
| 208 |
|
| 209 |
# Display image with spinner
|
| 210 |
if uploaded_image is not None:
|
|
|
|
| 204 |
|
| 205 |
# File uploader for image and audio
|
| 206 |
uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
|
|
|
|
| 207 |
|
| 208 |
# Display image with spinner
|
| 209 |
if uploaded_image is not None:
|