Spaces:
Sleeping
Sleeping
fix
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ if __name__ == "__main__":
|
|
91 |
with gr.Column():
|
92 |
input_image = gr.Image(type="pil")
|
93 |
text_prompts = gr.Textbox(label="Enter comma-separated prompts")
|
94 |
-
run_button = gr.Button(
|
95 |
|
96 |
with gr.Column():
|
97 |
palette_array = gr.outputs.Image(
|
|
|
91 |
with gr.Column():
|
92 |
input_image = gr.Image(type="pil")
|
93 |
text_prompts = gr.Textbox(label="Enter comma-separated prompts")
|
94 |
+
run_button = gr.Button(value="Run")
|
95 |
|
96 |
with gr.Column():
|
97 |
palette_array = gr.outputs.Image(
|