Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|