osanseviero HF staff Wauplin HF staff commited on
Commit
9351f25
1 Parent(s): 518cd1d

Update app.py (#165)

Browse files

- Update app.py (ab1fb610a92752c828fb732b2e8c6fa05e546dfa)


Co-authored-by: Lucain Pouget <[email protected]>

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ from share_btn import community_icon_html, loading_icon_html, share_js
19
  import user_history
20
  from illusion_style import css
21
 
 
 
22
  BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
23
 
24
  # Initialize both pipelines
 
19
  import user_history
20
  from illusion_style import css
21
 
22
+ user_history.setup()
23
+
24
  BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
25
 
26
  # Initialize both pipelines