Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -441,7 +441,11 @@ if len(audio) > 0: # ORIGINAL
|
|
441 |
st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
|
442 |
|
443 |
|
444 |
-
st.button("Rerun")
|
|
|
|
|
|
|
|
|
445 |
###########################################################################################################
|
446 |
|
447 |
|
|
|
441 |
st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
|
442 |
|
443 |
|
444 |
+
# st.button("Rerun") # ORIGINAL
|
445 |
+
st.button("Rerun", key="rerun2")
|
446 |
+
|
447 |
+
|
448 |
+
|
449 |
###########################################################################################################
|
450 |
|
451 |
|