deeplytransformer commited on
Commit
0fd92ef
1 Parent(s): 0b0a63a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -157,6 +157,8 @@ def main():
157
  st.markdown("#### The Omni Model with Text, Audio, Image, and Video")
158
  option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
159
  if option == "Text":
 
 
160
  process_text()
161
  elif option == "Image":
162
  image_input = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
 
157
  st.markdown("#### The Omni Model with Text, Audio, Image, and Video")
158
  option = st.selectbox("Select an option", ("Text", "Image", "Audio", "Video"))
159
  if option == "Text":
160
+ st.write(openai.api_key)
161
+ st.write(openai.organization)
162
  process_text()
163
  elif option == "Image":
164
  image_input = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])