fix: Add missing import io and convert image type
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from google import genai
|
|
| 4 |
from google.genai import types
|
| 5 |
from PIL import Image
|
| 6 |
from pathlib import Path
|
|
|
|
| 7 |
|
| 8 |
def generate_visual_minutes(api_key, transcript_file):
|
| 9 |
"""
|
|
|
|
| 4 |
from google.genai import types
|
| 5 |
from PIL import Image
|
| 6 |
from pathlib import Path
|
| 7 |
+
import io
|
| 8 |
|
| 9 |
def generate_visual_minutes(api_key, transcript_file):
|
| 10 |
"""
|