ovi054 commited on
Commit
3a657f3
·
verified ·
1 Parent(s): 168beef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=css) as demo:
116
  step=1,
117
  value=28,
118
  )
119
- submit = gr.Button("Generate Image", scale=1)
120
 
121
  output = gr.Image(label="Output Image", show_label=True)
122
 
 
116
  step=1,
117
  value=28,
118
  )
119
+ submit = gr.Button("Generate Image", variant="primary",scale=1)
120
 
121
  output = gr.Image(label="Output Image", show_label=True)
122