niulx commited on
Commit
d576637
·
verified ·
1 Parent(s): a89d5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks() as demo:
186
  with gr.Row():
187
  gr.Markdown("""# D-Edit""")
188
 
189
- with gr.Tab(label="d-edit"):
190
  with gr.Row():
191
  with gr.Column():
192
  canvas = gr.Image(value = "./img.png", type="numpy", label="Draw Mask", show_label=True, height=LENGTH, width=LENGTH, interactive=True)
 
186
  with gr.Row():
187
  gr.Markdown("""# D-Edit""")
188
 
189
+ with gr.Tab(label="D-edit"):
190
  with gr.Row():
191
  with gr.Column():
192
  canvas = gr.Image(value = "./img.png", type="numpy", label="Draw Mask", show_label=True, height=LENGTH, width=LENGTH, interactive=True)