ysharma HF staff commited on
Commit
08f207d
1 Parent(s): 6b6527f

update button label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
56
  with gr.Row():
57
  image_in = gr.Image(type="pil", label="Start by uploading an image of a Cat or a Dog that you want to Translate")
58
  with gr.Column():
59
- btn_inversion = gr.Button("Get input noise",visible=False )
60
  with gr.Row():
61
  blip_prompt = gr.Textbox(visible=False)
62
  inversion_file = gr.File(visible=False)
 
56
  with gr.Row():
57
  image_in = gr.Image(type="pil", label="Start by uploading an image of a Cat or a Dog that you want to Translate")
58
  with gr.Column():
59
+ btn_inversion = gr.Button("Get input noise and caption",visible=False )
60
  with gr.Row():
61
  blip_prompt = gr.Textbox(visible=False)
62
  inversion_file = gr.File(visible=False)