Spaces:
Running
on
Zero
Running
on
Zero
Possible blank screen issue fix
Browse files
app.py
CHANGED
|
@@ -620,9 +620,8 @@ css = """
|
|
| 620 |
max-width: 1560px;
|
| 621 |
}
|
| 622 |
"""
|
| 623 |
-
|
| 624 |
-
|
| 625 |
-
with gr.Blocks(css=css, theme=theme) as demo:
|
| 626 |
|
| 627 |
session_state = gr.State()
|
| 628 |
demo.load(start_session, outputs=[session_state])
|
|
|
|
| 620 |
max-width: 1560px;
|
| 621 |
}
|
| 622 |
"""
|
| 623 |
+
|
| 624 |
+
with gr.Blocks(css=css) as demo:
|
|
|
|
| 625 |
|
| 626 |
session_state = gr.State()
|
| 627 |
demo.load(start_session, outputs=[session_state])
|