YaohuiW commited on
Commit
01e0491
·
verified ·
1 Parent(s): 22de1a9

Update gradio_tabs/img_edit.py

Browse files
Files changed (1) hide show
  1. gradio_tabs/img_edit.py +2 -2
gradio_tabs/img_edit.py CHANGED
@@ -138,8 +138,8 @@ def img_edit(gen, device):
138
  with gr.Row(): # Buttons now within a single Row
139
  edit_btn = gr.Button("Edit")
140
  clear_btn = gr.Button("Clear")
141
- with gr.Row():
142
- animate_btn = gr.Button("Generate")
143
 
144
 
145
 
 
138
  with gr.Row(): # Buttons now within a single Row
139
  edit_btn = gr.Button("Edit")
140
  clear_btn = gr.Button("Clear")
141
+ #with gr.Row():
142
+ # animate_btn = gr.Button("Generate")
143
 
144
 
145