ysharma HF staff commited on
Commit
6eaf879
1 Parent(s): 41b053e

update input image label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  Please visit their website and <a href="https://github.com/pix2pixzero/pix2pix-zero" target="_blank">github repo</a> for more details.
55
  </p></div>""")
56
  with gr.Row():
57
- image_in = gr.Image(type="pil", label="Upload the image of a cat or a dog you want to translate")
58
  with gr.Column():
59
  btn_inversion = gr.Button("Get input noise",visible=False )
60
  with gr.Row():
 
54
  Please visit their website and <a href="https://github.com/pix2pixzero/pix2pix-zero" target="_blank">github repo</a> for more details.
55
  </p></div>""")
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():