Lenylvt commited on
Commit
d815dde
β€’
1 Parent(s): 895ac3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def save_temp_file(content, filename="output.srt"):
34
  st.title("Text to SRT Converter")
35
  st.markdown("For API use, please visit [this space](https://huggingface.co/spaces/Lenylvt/Text_to_SRT-API).")
36
 
37
- text = st.text_area("πŸ—―οΈ Enter text from [Whisper JAX](https://huggingface.co/spaces/sanchit-gandhi/whisper-jax), height=300)
38
  if st.button("πŸ“ Convert to SRT"):
39
  if text:
40
  srt_path = text_to_srt(text)
 
34
  st.title("Text to SRT Converter")
35
  st.markdown("For API use, please visit [this space](https://huggingface.co/spaces/Lenylvt/Text_to_SRT-API).")
36
 
37
+ text = st.text_area("πŸ—―οΈ Enter text from [Whisper JAX](https://huggingface.co/spaces/sanchit-gandhi/whisper-jax)", height=300)
38
  if st.button("πŸ“ Convert to SRT"):
39
  if text:
40
  srt_path = text_to_srt(text)