mgokg commited on
Commit
c3b2f85
·
verified ·
1 Parent(s): add0219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ stream = Stream(
135
  )
136
 
137
  css = """
138
- #video-source {max-width: 600px !important; max-height: 600 !important;}
139
  """
140
 
141
  with gr.Blocks(css=css) as demo:
 
135
  )
136
 
137
  css = """
138
+ #video-source {max-width: 500px !important; max-height: 500px !important;}
139
  """
140
 
141
  with gr.Blocks(css=css) as demo: