Spaces:
Runtime error
Runtime error
Commit
·
71a0caa
1
Parent(s):
f594964
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import streamlit as st
|
|
| 10 |
from PIL import Image
|
| 11 |
import tempfile
|
| 12 |
DEMO_IMAGE = 'dog-new.jpg'
|
| 13 |
-
DEMO_VIDEO = '
|
| 14 |
@st.cache
|
| 15 |
def normalize_minmax(data):
|
| 16 |
|
|
|
|
| 10 |
from PIL import Image
|
| 11 |
import tempfile
|
| 12 |
DEMO_IMAGE = 'dog-new.jpg'
|
| 13 |
+
DEMO_VIDEO = 'dance2.mp4'
|
| 14 |
@st.cache
|
| 15 |
def normalize_minmax(data):
|
| 16 |
|