Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,8 @@ from typing import Optional, Tuple
|
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
import gradio as gr
|
| 8 |
-
|
|
|
|
| 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"}
|