Kangarroar commited on
Commit
797fedb
1 Parent(s): 542422c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -53,12 +53,6 @@ if audio is not None:
53
  # Write the bytes to the temporary file
54
  temp.write(bytes_data)
55
  audio_temp_file = temp.name
56
- # Print the temporary file name
57
- print(temp.name)
58
-
59
- # Display the file path
60
- if "audio_temp_file" in locals():
61
- st.success("File saved to: {}".format(audio_temp_file))
62
  # Add a text input for the title with a default value of 0
63
  title = st.text_input("Key", value="0")
64
  # Add a button to start the rendering process
 
53
  # Write the bytes to the temporary file
54
  temp.write(bytes_data)
55
  audio_temp_file = temp.name
 
 
 
 
 
 
56
  # Add a text input for the title with a default value of 0
57
  title = st.text_input("Key", value="0")
58
  # Add a button to start the rendering process