Spaces:
Runtime error
Runtime error
ovshake
commited on
Commit
•
45007eb
1
Parent(s):
975c056
add stock image
Browse files- app.py +1 -1
- assets/abhishek_yellow.jpg +0 -0
app.py
CHANGED
@@ -143,7 +143,7 @@ if file_name is not None:
|
|
143 |
result_image = process_image(stable_fashion_args, inpainting_pipeline, net)
|
144 |
st.image(result_image, caption='Result')
|
145 |
else:
|
146 |
-
stock_image =
|
147 |
st.image(stock_image, caption='Result')
|
148 |
|
149 |
|
|
|
143 |
result_image = process_image(stable_fashion_args, inpainting_pipeline, net)
|
144 |
st.image(result_image, caption='Result')
|
145 |
else:
|
146 |
+
stock_image = Image.open('assets/abhishek_yellow.jpg')
|
147 |
st.image(stock_image, caption='Result')
|
148 |
|
149 |
|
assets/abhishek_yellow.jpg
ADDED