Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,8 @@ def process_video_frames(video_path, seconds_per_frame=2):
|
|
99 |
return base64Frames, audio_path
|
100 |
|
101 |
def main():
|
102 |
-
st.
|
|
|
103 |
option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
|
104 |
if option == "Text":
|
105 |
process_text()
|
|
|
99 |
return base64Frames, audio_path
|
100 |
|
101 |
def main():
|
102 |
+
st.markdown("### OpenAI GPT-4o Model")
|
103 |
+
st.markdown("#### The Omni Model with Text, Audio, Image, and Video")
|
104 |
option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
|
105 |
if option == "Text":
|
106 |
process_text()
|