Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rishabh12j
/
CourseWork
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rishabh12j
commited on
Apr 4, 2024
Commit
788030b
·
verified
·
1 Parent(s):
b49f293
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,7 +44,7 @@ css = """
44
45
46
def checkpoint_list():
47
-
return [model.name for model in
MODELS_FOLDER
.glob("*")]
48
49
50
44
45
46
def checkpoint_list():
47
+
return [model.name for model in
BASE_FOLDER
.glob("*")]
48
49
50