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:
ibrim
/
CLIPModel
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ibrim
commited on
Jul 28, 2024
Commit
ebe5fe5
·
verified
·
1 Parent(s):
6fde60c
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+1
-1
config.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import torch
2
-
3
debug = True
4
image_path = ""
5
captions_path = os.getcwd()
1
import torch
2
+
import os
3
debug = True
4
image_path = ""
5
captions_path = os.getcwd()