Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import google.generativeai as genai
|
|
| 2 |
import gradio as gr
|
| 3 |
from PIL import Image
|
| 4 |
import os
|
|
|
|
| 5 |
# Set up Gemini API key
|
| 6 |
genai.configure(api_key=os.getenv("GEMINI_API_KEY")) # Replace with your API key
|
| 7 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from PIL import Image
|
| 4 |
import os
|
| 5 |
+
|
| 6 |
# Set up Gemini API key
|
| 7 |
genai.configure(api_key=os.getenv("GEMINI_API_KEY")) # Replace with your API key
|
| 8 |
|