Rodrigo_Cobo commited on
Commit ·
8965f4f
1
Parent(s): 530a1de
change slider
Browse files
app.py
CHANGED
|
@@ -12,8 +12,7 @@ def update(img):
|
|
| 12 |
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 15 |
-
gr.
|
| 16 |
-
slider = gr.inputs.Slider(1,15, default = 2, label='StepCycles',step= 1)
|
| 17 |
|
| 18 |
with gr.Row():
|
| 19 |
inp = gr.Image(type="pil", label="Input")
|
|
|
|
| 12 |
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 15 |
+
slider = gr.Slider(1,15, default = 2, label='StepCycles',step= 1)
|
|
|
|
| 16 |
|
| 17 |
with gr.Row():
|
| 18 |
inp = gr.Image(type="pil", label="Input")
|