ZereoX commited on
Commit
7c2eb0d
·
verified ·
1 Parent(s): 52820cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ from typing import Optional, Tuple
5
  import tempfile
6
 
7
  import gradio as gr
8
- import google.generativeai as genai
 
9
 
10
  # Supported input audio formats
11
  SUPPORTED_AUDIO_EXTS = {".wav", ".mp3", ".m4a"}
 
5
  import tempfile
6
 
7
  import gradio as gr
8
+ from google import genai
9
+ from google.genai import types
10
 
11
  # Supported input audio formats
12
  SUPPORTED_AUDIO_EXTS = {".wav", ".mp3", ".m4a"}