Rosh03 commited on
Commit
fb16fe8
·
verified ·
1 Parent(s): f94137f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import os
3
- from google import generativeai as genai
 
4
 
5
  # Load the API key from environment variable (set later in HF Space settings)
6
  api_key = os.getenv("GEMINI_API_KEY")
 
1
  import gradio as gr
2
  import os
3
+ import google.generativeai as genai
4
+
5
 
6
  # Load the API key from environment variable (set later in HF Space settings)
7
  api_key = os.getenv("GEMINI_API_KEY")