palbha commited on
Commit
6f0b49b
·
verified ·
1 Parent(s): 3f5f2e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ GOOGLE_API_KEY = os.getenv("gemini_api") # Replace with your actual API key
10
 
11
  client = genai.Client(api_key=GOOGLE_API_KEY)
12
 
13
- # Initialize the model
14
- model = genai.GenerativeModel('gemini-pro')
15
 
16
  def transcribe_audio(audio_path):
17
  """
 
10
 
11
  client = genai.Client(api_key=GOOGLE_API_KEY)
12
 
13
+
 
14
 
15
  def transcribe_audio(audio_path):
16
  """