Sandouno2003 commited on
Commit
b291d07
·
verified ·
1 Parent(s): e6776b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def detect_objects_video(video_path):
30
  out.release()
31
  return out_path
32
 
33
- demo = gr.Blocks()
34
 
35
  #Interface Gradio
36
 
 
30
  out.release()
31
  return out_path
32
 
33
+ demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
34
 
35
  #Interface Gradio
36