thunder-lord commited on
Commit
f451e93
·
verified ·
1 Parent(s): 8ea6762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ async def generate_image():
255
  return jsonify({"status": "error", "error": "Internal Server Error"}), 500
256
 
257
 
258
- genai.configure(api_key="AIzaSyCKc8gUTrb7KjhAwY6NwATaMWIDr5etKFk")
259
 
260
  # Set up the model
261
  generation_config = {
 
255
  return jsonify({"status": "error", "error": "Internal Server Error"}), 500
256
 
257
 
258
+ genai.configure(api_key="AIzaSyBPIdkEyVTDZnmXrBi4ykf0sOfkbOvxAzo")
259
 
260
  # Set up the model
261
  generation_config = {