KingNish commited on
Commit
5d2dafa
1 Parent(s): 1f22cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def process(image, bg):
94
  return image
95
 
96
 
97
- with gr.Blocks(theme=gr.themes.Ocean(primary_hue="blue")) as demo:
98
  with gr.Row():
99
  in_video = gr.Video(label="Input Video")
100
  stream_image = gr.Image(label="Streaming Output", visible=False)
 
94
  return image
95
 
96
 
97
+ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
98
  with gr.Row():
99
  in_video = gr.Video(label="Input Video")
100
  stream_image = gr.Image(label="Streaming Output", visible=False)