martintomov commited on
Commit
6ff49b3
1 Parent(s): befa457
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):