skavtech commited on
Commit
f267c8e
1 Parent(s): a68450e

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +2 -2
streamlit_app.py CHANGED
@@ -19,9 +19,9 @@ from io import BytesIO
19
  from PIL import Image
20
 
21
  # Configure the Generative AI and Together clients
22
- configure(api_key=st.secrets["api_key"])
23
  model = GenerativeModel('gemini-pro')
24
- together_api_key = st.secrets["together_api_key"]
25
  client = Together(api_key=together_api_key)
26
 
27
 
 
19
  from PIL import Image
20
 
21
  # Configure the Generative AI and Together clients
22
+ configure(api_key="AIzaSyBOc7WOykXVHvnU-GsMgCYZwoBqFERjQFI")
23
  model = GenerativeModel('gemini-pro')
24
+ together_api_key = "00cb552f0e0a189c90abd086094fc503d6a8091e35634a769bacdc4266a3af6f"
25
  client = Together(api_key=together_api_key)
26
 
27