Spaces:
Runtime error
Runtime error
Update few changes
Browse files
app.py
CHANGED
|
@@ -74,6 +74,7 @@ def train_model(*inputs):
|
|
| 74 |
# return [gr.update(visible=True, value=["diffusers_model.zip"]), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)]
|
| 75 |
run_training_process()
|
| 76 |
return f"Train Model Sucessful!!!"
|
|
|
|
| 77 |
def stop_model(*input):
|
| 78 |
return f"Model with Gradio!"
|
| 79 |
|
|
|
|
| 74 |
# return [gr.update(visible=True, value=["diffusers_model.zip"]), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)]
|
| 75 |
run_training_process()
|
| 76 |
return f"Train Model Sucessful!!!"
|
| 77 |
+
|
| 78 |
def stop_model(*input):
|
| 79 |
return f"Model with Gradio!"
|
| 80 |
|