Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with block:
|
|
57 |
with gr.Column():
|
58 |
input_image = gr.Image(sources=None, type="numpy") # None for upload, ctrl+v and webcam
|
59 |
prompt = gr.Textbox(label="Prompt")
|
60 |
-
run_button = gr.Button(
|
61 |
|
62 |
|
63 |
with gr.Column():
|
|
|
57 |
with gr.Column():
|
58 |
input_image = gr.Image(sources=None, type="numpy") # None for upload, ctrl+v and webcam
|
59 |
prompt = gr.Textbox(label="Prompt")
|
60 |
+
run_button = gr.Button(value="Run")
|
61 |
|
62 |
|
63 |
with gr.Column():
|