HAL1993 commited on
Commit
ba66b21
·
verified ·
1 Parent(s): 77779dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as app:
106
  bg_image = gr.Image(type="pil", label="Sfondi i Ri", image_mode="RGB", height=360)
107
 
108
  with gr.Row():
109
- submit_button = gr.Button("Rindriço", variant="primary")
110
  with gr.Row():
111
  num_inference_steps = gr.Slider(minimum=1, maximum=4, value=4, step=1, visible=False)
112
 
 
106
  bg_image = gr.Image(type="pil", label="Sfondi i Ri", image_mode="RGB", height=360)
107
 
108
  with gr.Row():
109
+ submit_button = gr.Button("Rindriço")
110
  with gr.Row():
111
  num_inference_steps = gr.Slider(minimum=1, maximum=4, value=4, step=1, visible=False)
112