Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
115 |
name = gr.Textbox(label="Model")
|
116 |
output = gr.Textbox(label="Output Box")
|
117 |
start_btn = gr.Button("Start")
|
118 |
-
start_btn.click(fn=
|
119 |
|
120 |
|
121 |
demo.launch()
|
|
|
115 |
name = gr.Textbox(label="Model")
|
116 |
output = gr.Textbox(label="Output Box")
|
117 |
start_btn = gr.Button("Start")
|
118 |
+
start_btn.click(fn=trainieren_neu, inputs=name, outputs=output, api_name="trainieren_neu")
|
119 |
|
120 |
|
121 |
demo.launch()
|