dev2607 commited on
Commit
5f533f4
·
verified ·
1 Parent(s): 586b6eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import google.generativeai as genai
3
  import os
4
 
5
- # Load API key from Hugging Face Secrets
6
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
7
  genai.configure(api_key=GEMINI_API_KEY)
8
 
 
2
  import google.generativeai as genai
3
  import os
4
 
5
+ # Load API key from Hugging Face Secret
6
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
7
  genai.configure(api_key=GEMINI_API_KEY)
8