Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yejunliang23
/
ShapLLM-Omni
like
20
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yejunliang23
commited on
23 days ago
Commit
988bee5
·
verified
·
1 Parent(s):
ca49fdd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import torch
2
data=torch.tensor(3).to("cuda")
3
print(data)
4
"""
1
import torch
2
+
import spaces
3
data=torch.tensor(3).to("cuda")
4
print(data)
5
"""