Spaces:
Running
on
Zero
Running
on
Zero
mrbeliever
commited on
Commit
•
c618582
1
Parent(s):
4c38851
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,8 @@ css = """
|
|
85 |
with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
86 |
with gr.Column():
|
87 |
gr.HTML(read_file("demo_header.html"))
|
88 |
-
|
|
|
89 |
with gr.Row():
|
90 |
with gr.Column():
|
91 |
image = gr.Image(width=256, height=256, sources=['upload', 'clipboard'], image_mode='RGB', elem_id="image_upload", type="pil", label="Upload")
|
|
|
85 |
with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
86 |
with gr.Column():
|
87 |
gr.HTML(read_file("demo_header.html"))
|
88 |
+
# Removed or commented out the demo_tools.html line
|
89 |
+
# gr.HTML(read_file("demo_tools.html"))
|
90 |
with gr.Row():
|
91 |
with gr.Column():
|
92 |
image = gr.Image(width=256, height=256, sources=['upload', 'clipboard'], image_mode='RGB', elem_id="image_upload", type="pil", label="Upload")
|