kadirnar commited on
Commit
c383967
1 Parent(s): 0bbd86a

Update stable_cascade.py

Browse files
Files changed (1) hide show
  1. stable_cascade.py +2 -2
stable_cascade.py CHANGED
@@ -82,7 +82,7 @@ def web_demo():
82
 
83
  text2image_height = gr.Slider(
84
  minimum=128,
85
- maximum=1280,
86
  step=32,
87
  value=1024,
88
  label="Image Height",
@@ -90,7 +90,7 @@ def web_demo():
90
 
91
  text2image_width = gr.Slider(
92
  minimum=128,
93
- maximum=1280,
94
  step=32,
95
  value=1024,
96
  label="Image Width",
 
82
 
83
  text2image_height = gr.Slider(
84
  minimum=128,
85
+ maximum=1024,
86
  step=32,
87
  value=1024,
88
  label="Image Height",
 
90
 
91
  text2image_width = gr.Slider(
92
  minimum=128,
93
+ maximum=1024,
94
  step=32,
95
  value=1024,
96
  label="Image Width",