mpatel57 commited on
Commit
a030ba0
·
verified ·
1 Parent(s): b4a2cef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks() as demo:
169
  )
170
  with gr.Row():
171
  run_button = gr.Button("Run", variant="primary")
172
- save_button = gr.Button("Save Data", variant="secondary")
173
 
174
  def update_visibility(selected_mode):
175
  if selected_mode == "Inpainting":
@@ -256,7 +256,7 @@ with gr.Blocks() as demo:
256
  outputs=output_image,
257
  )
258
 
259
- save_button.click(fn=save_data)
260
 
261
  gr.Markdown(
262
  "<div class='footer'>Developed with ❤️ using Flux and Gradio by <a href='https://maitreyapatel.com'>Maitreya Patel</a></div>"
 
169
  )
170
  with gr.Row():
171
  run_button = gr.Button("Run", variant="primary")
172
+ # save_button = gr.Button("Save Data", variant="secondary")
173
 
174
  def update_visibility(selected_mode):
175
  if selected_mode == "Inpainting":
 
256
  outputs=output_image,
257
  )
258
 
259
+ # save_button.click(fn=save_data)
260
 
261
  gr.Markdown(
262
  "<div class='footer'>Developed with ❤️ using Flux and Gradio by <a href='https://maitreyapatel.com'>Maitreya Patel</a></div>"