Yntec commited on
Commit
941f33f
1 Parent(s): af3c2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/Ninja-Diffusers",
8
  "Yntec/theallysMixIV-verisimilar",
9
  "Yntec/Pavo-Mix-Diffusers",
@@ -746,7 +747,7 @@ models2=[
746
  gr.Interface.load(f"models/{models[344]}",live=True,preprocess=False),
747
  gr.Interface.load(f"models/{models[345]}",live=True,preprocess=False),
748
  gr.Interface.load(f"models/{models[346]}",live=True,preprocess=False),
749
- #gr.Interface.load(f"models/{models[347]}",live=True,preprocess=False),
750
  #gr.Interface.load(f"models/{models[348]}",live=True,preprocess=False),
751
  #gr.Interface.load(f"models/{models[349]}",live=True,preprocess=False),
752
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/DucHaitenAIart-beta",
8
  "Yntec/Ninja-Diffusers",
9
  "Yntec/theallysMixIV-verisimilar",
10
  "Yntec/Pavo-Mix-Diffusers",
 
747
  gr.Interface.load(f"models/{models[344]}",live=True,preprocess=False),
748
  gr.Interface.load(f"models/{models[345]}",live=True,preprocess=False),
749
  gr.Interface.load(f"models/{models[346]}",live=True,preprocess=False),
750
+ gr.Interface.load(f"models/{models[347]}",live=True,preprocess=False),
751
  #gr.Interface.load(f"models/{models[348]}",live=True,preprocess=False),
752
  #gr.Interface.load(f"models/{models[349]}",live=True,preprocess=False),
753