Akjava commited on
Commit
bc80923
·
1 Parent(s): 11a679e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ css="""
132
  with gr.Blocks(css=css, elem_id="demo-container") as demo:
133
  with gr.Column():
134
  gr.HTML(read_file("demo_header.html"))
135
- gr.HTML(read_file("tools.html"))
136
  with gr.Row():
137
  with gr.Column():
138
  image = gr.ImageEditor(height=800,sources=['upload','clipboard'],transforms=[],image_mode='RGB', layers=False, elem_id="image_upload", type="pil", label="Upload",brush=gr.Brush(colors=["#fff"], color_mode="fixed"))
 
132
  with gr.Blocks(css=css, elem_id="demo-container") as demo:
133
  with gr.Column():
134
  gr.HTML(read_file("demo_header.html"))
135
+ gr.HTML(read_file("demo_tools.html"))
136
  with gr.Row():
137
  with gr.Column():
138
  image = gr.ImageEditor(height=800,sources=['upload','clipboard'],transforms=[],image_mode='RGB', layers=False, elem_id="image_upload", type="pil", label="Upload",brush=gr.Brush(colors=["#fff"], color_mode="fixed"))