fffiloni commited on
Commit
34aa211
·
1 Parent(s): 069c5d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -38,11 +38,6 @@ def train(prompt, init_image, trn_text, trn_steps):
38
  with torch.no_grad():
39
  torch.cuda.empty_cache()
40
 
41
-
42
-
43
-
44
-
45
-
46
  return "Training is finished !"
47
 
48
  def generate(prompt, init_image, trn_text, trn_steps):
 
38
  with torch.no_grad():
39
  torch.cuda.empty_cache()
40
 
 
 
 
 
 
41
  return "Training is finished !"
42
 
43
  def generate(prompt, init_image, trn_text, trn_steps):