liuhuadai commited on
Commit
514c77f
1 Parent(s): 585570a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
154
  with gr.Row():
155
  with gr.Column():
156
  prompt = gr.Textbox(label="Prompt: Input your text here. ")
157
- run_button = gr.Button(label="Run")
158
 
159
  with gr.Accordion("Advanced options", open=False):
160
  num_samples = gr.Slider(
 
154
  with gr.Row():
155
  with gr.Column():
156
  prompt = gr.Textbox(label="Prompt: Input your text here. ")
157
+ run_button = gr.Button()
158
 
159
  with gr.Accordion("Advanced options", open=False):
160
  num_samples = gr.Slider(