afkdark commited on
Commit
414b95b
·
verified ·
1 Parent(s): 736ab6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -2,8 +2,6 @@ import google.generativeai as genai
2
  import gradio as gr
3
  from PIL import Image
4
  import os
5
-
6
- GEMINI_API_KEY="AIzaSyDqdTNzEVBVsQMkieSx8J77XnJov-5BhNw"
7
  # Set up Gemini API key
8
  genai.configure(api_key=os.getenv("GEMINI_API_KEY")) # Replace with your API key
9
 
 
2
  import gradio as gr
3
  from PIL import Image
4
  import os
 
 
5
  # Set up Gemini API key
6
  genai.configure(api_key=os.getenv("GEMINI_API_KEY")) # Replace with your API key
7