Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,6 @@ import os
|
|
2 |
import gradio as gr
|
3 |
import random
|
4 |
import google.generativeai as genai
|
5 |
-
from kaggle_secrets import UserSecretsClient
|
6 |
-
from IPython.display import display, Markdown
|
7 |
|
8 |
# Set your GEMINI API key
|
9 |
api_key = os.getenv("GEMINI_API_KEY")
|
|
|
2 |
import gradio as gr
|
3 |
import random
|
4 |
import google.generativeai as genai
|
|
|
|
|
5 |
|
6 |
# Set your GEMINI API key
|
7 |
api_key = os.getenv("GEMINI_API_KEY")
|