kadirnar commited on
Commit
4ea275b
·
1 Parent(s): 9f0d168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ with app:
91
  maximum=1280,
92
  step=32,
93
  value=512,
94
- label='Tile Height'
95
  )
96
 
97
  text2image_width = gr.Slider(
@@ -99,7 +99,7 @@ with app:
99
  maximum=1280,
100
  step=32,
101
  value=768,
102
- label='Tile Height'
103
  )
104
 
105
  text2image_predict = gr.Button(value='Generator')
 
91
  maximum=1280,
92
  step=32,
93
  value=512,
94
+ label='Image Height'
95
  )
96
 
97
  text2image_width = gr.Slider(
 
99
  maximum=1280,
100
  step=32,
101
  value=768,
102
+ label='Image Height'
103
  )
104
 
105
  text2image_predict = gr.Button(value='Generator')