Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def merge_audio_video(video_filename, audio_filename, output_filename):
|
|
115 |
|
116 |
def main():
|
117 |
st.set_page_config(page_title="AI Voiceover", page_icon="🔮")
|
118 |
-
st.title("
|
119 |
|
120 |
if not check_password():
|
121 |
return
|
|
|
115 |
|
116 |
def main():
|
117 |
st.set_page_config(page_title="AI Voiceover", page_icon="🔮")
|
118 |
+
st.title("Pixio Video to Voiceover 🎥🔮")
|
119 |
|
120 |
if not check_password():
|
121 |
return
|