Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
fc25cff
1
Parent(s):
ebee31e
Update app.py
Browse files
app.py
CHANGED
@@ -328,7 +328,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
328 |
outputs=dataset_folder,
|
329 |
queue=False
|
330 |
).then(
|
331 |
-
fn=
|
332 |
inputs=[
|
333 |
lora_name,
|
334 |
concept_sentence,
|
|
|
328 |
outputs=dataset_folder,
|
329 |
queue=False
|
330 |
).then(
|
331 |
+
fn=start_training,
|
332 |
inputs=[
|
333 |
lora_name,
|
334 |
concept_sentence,
|