ariG23498 HF staff commited on
Commit
3457a2e
β€’
1 Parent(s): 1ceab8e
Files changed (1) hide show
  1. app.py +1 -1
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(label="Run")
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(