Spaces:
Paused
Paused
update button label
Browse files
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)
|