Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alen432
/
FLUX.1-Fill-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Randomdude432
commited on
Aug 9, 2025
Commit
f6c12e1
·
1 Parent(s):
b046010
bug test2
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -51,6 +51,7 @@ def create_full_mask(image):
51
).convert("L")
52
53
54
def infer(
55
image,
56
prompt,
51
).convert("L")
52
53
54
+
@spaces.GPU(duration=60) # Reintroduced with shorter duration
55
def infer(
56
image,
57
prompt,