ccclllwww commited on
Commit
5836f1a
·
verified ·
1 Parent(s): 02147c4

Update app.py

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