Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ stream = Stream(
|
|
135 |
)
|
136 |
|
137 |
css = """
|
138 |
-
#video-source {max-width:
|
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:
|