Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Burhanali2211 authored Feb 20, 2025
1 parent 837fa5c commit 61c83f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
output_text_area = st.empty() # Update as needed to minimize updates

# Initialize Google Generative AI
genai.configure(api_key="AIzaSyCf8cs8j65vOAfwPMEvor72ynE1JFhj2aY")
genai.configure(api_key="Your_Api")
model = genai.GenerativeModel('gemini-1.5-flash')

# Initialize the webcam to capture video
Expand Down

0 comments on commit 61c83f9

Please sign in to comment.