Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Configure the Google AI SDK
|
6 |
-
genai.configure(api_key=os.environ["
|
7 |
|
8 |
# Create the model
|
9 |
generation_config = {
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Configure the Google AI SDK
|
6 |
+
genai.configure(api_key=os.environ["AIzaSyBmjoohxCQW1L92RMAZcfrFcVTi5RPoTeA"])
|
7 |
|
8 |
# Create the model
|
9 |
generation_config = {
|