Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
from google import genai
|
| 4 |
from google.genai import types
|
| 5 |
-
|
| 6 |
|
| 7 |
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
|
| 8 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from google import genai
|
| 4 |
from google.genai import types
|
| 5 |
+
|
| 6 |
|
| 7 |
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
|
| 8 |
|