Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DonImages
/
Testing2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DonImages
commited on
Feb 1
Commit
3233fae
·
verified
·
1 Parent(s):
94b39ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
#DEBUG
2
from safetensors.torch import load_file
3
4
lora_path = "lora_trained_model.safetensors"
1
#DEBUG
2
+
import OS
3
from safetensors.torch import load_file
4
5
lora_path = "lora_trained_model.safetensors"