prithivMLmods commited on
Commit
beedc41
·
verified ·
1 Parent(s): 052b2e2

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
245
  placeholder="e.g., transform into anime..",
246
  )
247
 
248
- run_button = gr.Button("Run", variant="primary")
249
 
250
  with gr.Column():
251
  output_image = gr.Image(label="Output Image", interactive=False, format="png", height=350)
 
245
  placeholder="e.g., transform into anime..",
246
  )
247
 
248
+ run_button = gr.Button("Edit Image", variant="primary")
249
 
250
  with gr.Column():
251
  output_image = gr.Image(label="Output Image", interactive=False, format="png", height=350)