Update app.py
Browse files
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='
|
| 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")
|