Spaces:
Paused
Paused
update input image label
Browse files
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="
|
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():
|