Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -662,7 +662,7 @@ with st.spinner('Wait for it...'):
|
|
662 |
stroke_width=stroke_width,
|
663 |
stroke_color=stroke_color,
|
664 |
background_color=bg_color,
|
665 |
-
background_image=gen_image if gen_image else Image.open("ALL_image_formation
|
666 |
update_streamlit=True,
|
667 |
height=int(screen_height//2.16) if screen_height!=1180 else screen_height//2,
|
668 |
width=int(screen_width//2.3) if screen_width!=820 else screen_width//2,
|
|
|
662 |
stroke_width=stroke_width,
|
663 |
stroke_color=stroke_color,
|
664 |
background_color=bg_color,
|
665 |
+
background_image=gen_image if gen_image else Image.open("/home/user/app/ALL_image_formation/image_gen.png"),
|
666 |
update_streamlit=True,
|
667 |
height=int(screen_height//2.16) if screen_height!=1180 else screen_height//2,
|
668 |
width=int(screen_width//2.3) if screen_width!=820 else screen_width//2,
|