Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ibrim
/
CLIPModel
like
0
Runtime error
App
Files
Files
Community
ibrim
commited on
Jul 28
Commit
ebe5fe5
•
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()