brainai-spaces commited on
Commit
80f5fbe
·
verified ·
1 Parent(s): 71764aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ def play_video(video_source):
71
 
72
  # 파일 업로드 처리
73
  temporary_location = None
 
74
  if source_radio == "VIDEO":
75
  st.sidebar.header("Upload")
76
  input_file = st.sidebar.file_uploader("Choose a video.", type=("mp4"))
 
71
 
72
  # 파일 업로드 처리
73
  temporary_location = None
74
+
75
  if source_radio == "VIDEO":
76
  st.sidebar.header("Upload")
77
  input_file = st.sidebar.file_uploader("Choose a video.", type=("mp4"))