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:
basil-ahmad
/
sprite-generator
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
basil-ahmad
commited on
Oct 12, 2025
Commit
bc1b8ff
·
verified
·
1 Parent(s):
4653f99
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,7 +28,7 @@ label_to_index = {
28
])
29
}
30
31
-
sampling_count =
300
32
batch_size = 1
33
34
def generate(context_label):
28
])
29
}
30
31
+
sampling_count =
500
32
batch_size = 1
33
34
def generate(context_label):