Pavankunchala commited on
Commit
71a0caa
1 Parent(s): f594964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'travel.mp4'
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