Update app.py
Browse files
app.py
CHANGED
@@ -1903,7 +1903,6 @@ def load_component(name, file_type):
|
|
1903 |
|
1904 |
|
1905 |
|
1906 |
-
def main():
|
1907 |
st.markdown("##### GPT-4o Omni Model: Text, Audio, Image, & Video")
|
1908 |
option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
|
1909 |
if option == "Text":
|
|
|
1903 |
|
1904 |
|
1905 |
|
|
|
1906 |
st.markdown("##### GPT-4o Omni Model: Text, Audio, Image, & Video")
|
1907 |
option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
|
1908 |
if option == "Text":
|