Lenylvt commited on
Commit
2709dcf
1 Parent(s): 2cab4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ def add_subtitle_to_video(input_video, subtitle_file, subtitle_language, soft_su
82
  return output_video
83
 
84
  st.title("Video Subtitle Creation")
 
85
 
86
  uploaded_file = st.file_uploader("📹 Upload Video", type=["mp4", "avi", "mov"])
87
  action = st.radio("🧷 Select Action", ["Transcribe and Add Subtitles", "Transcribe, Translate and Add Subtitles"])
 
82
  return output_video
83
 
84
  st.title("Video Subtitle Creation")
85
+ st.write("For API use please visit [this space](https://huggingface.co/spaces/Lenylvt/VideoSubtitleCreation-API)")
86
 
87
  uploaded_file = st.file_uploader("📹 Upload Video", type=["mp4", "avi", "mov"])
88
  action = st.radio("🧷 Select Action", ["Transcribe and Add Subtitles", "Transcribe, Translate and Add Subtitles"])