panelforge commited on
Commit
612b925
·
verified ·
1 Parent(s): a9e7ea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
78
  container=False,
79
  )
80
 
81
- run_button = gr.Button("Run", scale=0, variant="primary", fill_width=True)
82
 
83
  result = gr.Image(label="Result", show_label=False)
84
 
 
78
  container=False,
79
  )
80
 
81
+ run_button = gr.Button("Run", scale=0, variant="primary")
82
 
83
  result = gr.Image(label="Result", show_label=False)
84