Spaces:
Runtime error
Runtime error
martintomov
commited on
Commit
•
6ff49b3
1
Parent(s):
befa457
rebuild
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import streamlit as st
|
|
13 |
import tempfile
|
14 |
|
15 |
# Load environment variables from .env.local
|
16 |
-
|
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):
|