Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
|
|
8 |
import time # For profiling if needed
|
9 |
|
10 |
# --- Add Gemini Import ---
|
11 |
-
|
12 |
|
13 |
# --- Module Imports ---
|
14 |
from gradio_utils import get_url_user_token
|
|
|
8 |
import time # For profiling if needed
|
9 |
|
10 |
# --- Add Gemini Import ---
|
11 |
+
from google import genai
|
12 |
|
13 |
# --- Module Imports ---
|
14 |
from gradio_utils import get_url_user_token
|