Spaces:
Running
on
Zero
Running
on
Zero
move to demo
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ css="""
|
|
84 |
max-width: 640px;
|
85 |
}
|
86 |
"""
|
87 |
-
|
88 |
-
with
|
89 |
with gr.Column():
|
90 |
gr.HTML(read_file("demo_header.html"))
|
91 |
with gr.Row():
|
@@ -132,4 +132,4 @@ with demo_blocks as demo:
|
|
132 |
"""
|
133 |
)
|
134 |
|
135 |
-
|
|
|
84 |
max-width: 640px;
|
85 |
}
|
86 |
"""
|
87 |
+
|
88 |
+
with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
89 |
with gr.Column():
|
90 |
gr.HTML(read_file("demo_header.html"))
|
91 |
with gr.Row():
|
|
|
132 |
"""
|
133 |
)
|
134 |
|
135 |
+
demo.launch()
|