Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
"""
|