abidlabs HF staff commited on
Commit
63a28f2
1 Parent(s): b9bb7d9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css=css) as demo:
77
  container=False,
78
  )
79
 
80
- run_button = gr.Button("Run", scale=0)
81
 
82
  result = gr.Image(label="Result", show_label=False)
83
 
 
77
  container=False,
78
  )
79
 
80
+ run_button = gr.Button("Run", scale=0, variant="primary")
81
 
82
  result = gr.Image(label="Result", show_label=False)
83