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