PierreBrunelle commited on
Commit
9253c20
1 Parent(s): 1a89cf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def process_video(video_file, model_id, threshold, progress=gr.Progress()):
78
  return output_video, frame_gallery
79
 
80
  # Gradio interface
81
- with gr.Blocks(theme=gr.themes.Ocean()) as demo:
82
  gr.Markdown(
83
  """
84
  <div max-width: 800px; margin: 0 auto;">
 
78
  return output_video, frame_gallery
79
 
80
  # Gradio interface
81
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
82
  gr.Markdown(
83
  """
84
  <div max-width: 800px; margin: 0 auto;">