Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"])
|