Lenylvt commited on
Commit
54e6ff7
β€’
1 Parent(s): 04d3e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,9 +32,9 @@ def save_temp_file(content, filename="output.srt"):
32
 
33
  # Streamlit app
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)
 
32
 
33
  # Streamlit app
34
  st.title("Text to SRT Converter")
35
+ st.markdown("For API use, please visit [this space](https://huggingface.co/spaces/Lenylvt/Whisper).")
36
 
37
+ text = st.text_area("πŸ—―οΈ Enter text from [Whisper](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)