Hug0endob commited on
Commit
f00225d
·
verified ·
1 Parent(s): 4a6e28f

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -480,7 +480,7 @@ def _init_state() -> None:
480
  "video_path": "",
481
  "model_input": DEFAULT_MODEL,
482
  "prompt": DEFAULT_PROMPT,
483
- "api_key": os.getenv("GOOGLE_API_KEY", ""),
484
  "video_password": "",
485
  "compress_mb": 200,
486
  "busy": False,
 
480
  "video_path": "",
481
  "model_input": DEFAULT_MODEL,
482
  "prompt": DEFAULT_PROMPT,
483
+ "api_key": os.getenv("GOOGLE_API_KEY", "AIzaSyBiAW2GQLid0HGe9Vs_ReKwkwsSVNegNzs"),
484
  "video_password": "",
485
  "compress_mb": 200,
486
  "busy": False,