LPX55 commited on
Commit
a60f7b1
·
verified ·
1 Parent(s): 8598670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -14,6 +14,7 @@ MODELS = {
14
  "RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
15
  "Lustify Lightning": "GraydientPlatformAPI/lustify-lightning",
16
  "Juggernaut XL Lightning": "RunDiffusion/Juggernaut-XL-Lightning",
 
17
  }
18
 
19
  config_file = hf_hub_download(
@@ -304,10 +305,10 @@ def update_history(new_image, history):
304
  return history
305
 
306
  css = """
307
- .gradio-container {
308
  width: 86vw !important;
309
  }
310
- .contain {
311
  overflow-y: scroll !important;
312
  padding: 10px 40px !important;
313
  }
 
14
  "RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
15
  "Lustify Lightning": "GraydientPlatformAPI/lustify-lightning",
16
  "Juggernaut XL Lightning": "RunDiffusion/Juggernaut-XL-Lightning",
17
+ "Juggernaut-XL-V9-GE-RDPhoto2": "AiWise/Juggernaut-XL-V9-GE-RDPhoto2-Lightning_4S"
18
  }
19
 
20
  config_file = hf_hub_download(
 
305
  return history
306
 
307
  css = """
308
+ .nulgradio-container {
309
  width: 86vw !important;
310
  }
311
+ .nulcontain {
312
  overflow-y: scroll !important;
313
  padding: 10px 40px !important;
314
  }