jcramirezpr commited on
Commit
ae019a4
·
1 Parent(s): ce50c3b

typo in colorPicker

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def generate(color, guidance_loss_scale):
48
 
49
  # See the gradio docs for the types of inputs and outputs available
50
  inputs = [
51
- gr.ColorPicker(label="color", value='55FFAA'), # Add any inputs you need here
52
  gr.Slider(label="guidance_scale", minimum=0, maximum=30, value=3)
53
  ]
54
  outputs = gr.Image(label="result")
 
48
 
49
  # See the gradio docs for the types of inputs and outputs available
50
  inputs = [
51
+ gr.ColorPicker(label="color", value='#55FFAA'), # Add any inputs you need here
52
  gr.Slider(label="guidance_scale", minimum=0, maximum=30, value=3)
53
  ]
54
  outputs = gr.Image(label="result")