Wauplin HF staff commited on
Commit
ab1fb61
1 Parent(s): 518cd1d

Update app.py

Browse files
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