Spaces:
Runtime error
Runtime error
Update nodexl.py
Browse files
nodexl.py
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
from google import genai
|
| 2 |
from google.genai import types
|
| 3 |
-
from dotenv import load_env
|
| 4 |
import gradio as gr
|
| 5 |
import time
|
| 6 |
import os
|
| 7 |
|
| 8 |
-
load_env()
|
| 9 |
-
|
| 10 |
api_key = os.getenv("GEMINI_API_KEY")
|
| 11 |
|
| 12 |
client = genai.Client(api_key=api_key)
|
|
|
|
| 1 |
from google import genai
|
| 2 |
from google.genai import types
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import time
|
| 5 |
import os
|
| 6 |
|
|
|
|
|
|
|
| 7 |
api_key = os.getenv("GEMINI_API_KEY")
|
| 8 |
|
| 9 |
client = genai.Client(api_key=api_key)
|