inoid commited on
Commit
b720019
1 Parent(s): adf467a

Fix generate process

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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