Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
]+filters,
|
48 |
# datatype=config.TYPES,
|
49 |
# column_widths=["33%"],
|
|
|
50 |
)
|
51 |
|
52 |
if __name__ == "__main__":
|
|
|
47 |
]+filters,
|
48 |
# datatype=config.TYPES,
|
49 |
# column_widths=["33%"],
|
50 |
+
height=1920,
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|