martintomov commited on
Commit
f19be62
·
1 Parent(s): ff655fd

secret api env adjustment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import streamlit as st
13
  import tempfile
14
 
15
  # Load environment variables from .env.local
16
- load_dotenv('.env.local')
17
 
18
  ## 1. Turn video into frames
19
  def video_to_frames(video_file):
 
13
  import tempfile
14
 
15
  # Load environment variables from .env.local
16
+ # load_dotenv('.env.local')
17
 
18
  ## 1. Turn video into frames
19
  def video_to_frames(video_file):