Spaces:
Running
Running
Commit
·
f222158
1
Parent(s):
c38a1c4
update
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ processed_file_path = None
|
|
19 |
ALLOWED_AUDIO_VIDEO_EXTENSIONS = {'mp3', 'mp4', 'wav'}
|
20 |
|
21 |
# Streamlit App
|
22 |
-
st.title("
|
23 |
st.write("Upload a video file and an audio file for processing.")
|
24 |
|
25 |
# File Upload
|
|
|
19 |
ALLOWED_AUDIO_VIDEO_EXTENSIONS = {'mp3', 'mp4', 'wav'}
|
20 |
|
21 |
# Streamlit App
|
22 |
+
st.title("Wav2Lip App")
|
23 |
st.write("Upload a video file and an audio file for processing.")
|
24 |
|
25 |
# File Upload
|