JHyeon commited on
Commit
75946ea
1 Parent(s): 1b8633a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ video {
12
 
13
  app = gr.Interface(
14
  fn=play_video,
15
- inputs=[], # 여기에 빈 리스트를 입력으로 추가
16
  outputs=gr.components.Video(label="Playback"),
17
  title="Obstacles Detection Demo",
18
  css=css
 
12
 
13
  app = gr.Interface(
14
  fn=play_video,
15
+ inputs=[],
16
  outputs=gr.components.Video(label="Playback"),
17
  title="Obstacles Detection Demo",
18
  css=css