saneshashank commited on
Commit
37b2b46
·
verified ·
1 Parent(s): b8d4769

Update app.py

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")