Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -304,5 +304,5 @@ with gr.Blocks(css=css) as demo:
|
|
304 |
inputs = [image, b_lora_name, instance_prompt, class_prompt, training_type, training_steps],
|
305 |
outputs = [status]
|
306 |
)
|
307 |
-
demo.load(fn=get_sleep_time, inputs=None, outputs[current_sleep_time])
|
308 |
demo.launch(debug=True)
|
|
|
304 |
inputs = [image, b_lora_name, instance_prompt, class_prompt, training_type, training_steps],
|
305 |
outputs = [status]
|
306 |
)
|
307 |
+
demo.load(fn=get_sleep_time, inputs=None, outputs=[current_sleep_time])
|
308 |
demo.launch(debug=True)
|