Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fucius
/
OMG-InstantID
like
53
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Fucius
commited on
Mar 22, 2024
Commit
0331380
·
verified
·
1 Parent(s):
3fac846
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import spaces
2
-
import torch
3
-
torch.jit.script = lambda f: f
4
5
from download import OMG_download
6
1
import spaces
2
+
#
import torch
3
+
#
torch.jit.script = lambda f: f
4
5
from download import OMG_download
6