wasmdashai commited on
Commit
b30b753
·
verified ·
1 Parent(s): 4efac6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -615,8 +615,7 @@ def init_Starting():
615
  def init_wandb():
616
  pro.init_wandb()
617
  return 'init_wandb'
618
-
619
- @spaces.GPU
620
  def save_pretrained(path):
621
  pro.save_pretrained(path)
622
 
 
615
  def init_wandb():
616
  pro.init_wandb()
617
  return 'init_wandb'
618
+
 
619
  def save_pretrained(path):
620
  pro.save_pretrained(path)
621