Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
schirrmacher/ormbg
johnsathya
/
Remove-Image-Background
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
schirrmacher
commited on
Jun 7, 2024
Commit
6c0050a
·
verified
·
1 Parent(s):
675f1f9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import numpy as np
2
import torch
3
import torch.nn.functional as F
1
+
import spaces
2
import numpy as np
3
import torch
4
import torch.nn.functional as F