Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
briaai/BRIA-Background-Generation
Honglee003
/
BRIA-Background-Generation4
like
1
Runtime error
App
Files
Files
Community
OriLib
commited on
Apr 21
Commit
61f7e82
•
1 Parent(s):
54c0124
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,7 +86,7 @@ with block:
86
["./example4.png"],
87
],
88
fn=process,
89
-
inputs=[
image
],
90
cache_examples=False,
91
)
92
86
["./example4.png"],
87
],
88
fn=process,
89
+
inputs=[
input_image
],
90
cache_examples=False,
91
)
92