Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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, 2025
Commit
9eb1e64
·
verified
·
1 Parent(s):
3233fae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
#DEBUG
2
-
import
OS
3
from safetensors.torch import load_file
4
5
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"