Spaces:
Runtime error
Runtime error
Fix generate process
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def finnetuning_model(*inputs):
|
|
59 |
|
60 |
return f"Finnetuning Model Sucessful!!!"
|
61 |
|
|
|
62 |
def stop_model(*input):
|
63 |
return f"Model with Gradio!"
|
64 |
|
|
|
59 |
|
60 |
return f"Finnetuning Model Sucessful!!!"
|
61 |
|
62 |
+
|
63 |
def stop_model(*input):
|
64 |
return f"Model with Gradio!"
|
65 |
|