Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -687,7 +687,7 @@ with gr.Blocks() as interface:
|
|
687 |
output_i = gr.Textbox(label="namemodel")
|
688 |
output_ini = gr.Textbox(label="token")
|
689 |
label=gr.Label("hhh")
|
690 |
-
btn_init.click(loadd_d,[
|
691 |
with gr.Accordion("init_Starting ", open=False):
|
692 |
btn_init = gr.Button("init start")
|
693 |
output_init = gr.Textbox(label="init")
|
|
|
687 |
output_i = gr.Textbox(label="namemodel")
|
688 |
output_ini = gr.Textbox(label="token")
|
689 |
label=gr.Label("hhh")
|
690 |
+
btn_init.click(loadd_d,[],[label])
|
691 |
with gr.Accordion("init_Starting ", open=False):
|
692 |
btn_init = gr.Button("init start")
|
693 |
output_init = gr.Textbox(label="init")
|