Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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(
|