Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import google.generativeai as genai
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Your API key (replace with a new one if this doesn't work)
|
| 5 |
-
GOOGLE_API_KEY = "
|
| 6 |
|
| 7 |
# Configure API
|
| 8 |
genai.configure(api_key=GOOGLE_API_KEY)
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Your API key (replace with a new one if this doesn't work)
|
| 5 |
+
GOOGLE_API_KEY = "AIzaSyAVnkLjvUEZaQA5a-oUxcxb3bZ5amZDYqM"
|
| 6 |
|
| 7 |
# Configure API
|
| 8 |
genai.configure(api_key=GOOGLE_API_KEY)
|