Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yejunliang23
/
ShapLLM-Omni
like
23
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yejunliang23
commited on
Jun 6
Commit
ade8f8c
Β·
verified
Β·
1 Parent(s):
850cb7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import torch
2
data=torch.tensor(3).to("cuda")
3
"""
4
import subprocess
5
1
import torch
2
data=torch.tensor(3).to("cuda")
3
+
print(data)
4
"""
5
import subprocess
6