Yntec commited on
Commit
6fde177
1 Parent(s): 12fed53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/3DRendering",
8
  "Yntec/Thriller",
9
  "Yntec/Classic",
@@ -1047,6 +1048,8 @@ models2=[
1047
  gr.Interface.load(f"models/{models[487]}",live=True,preprocess=False),
1048
  gr.Interface.load(f"models/{models[488]}",live=True,preprocess=False),
1049
  gr.Interface.load(f"models/{models[489]}",live=True,preprocess=False),
 
 
1050
  ]
1051
 
1052
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/Dreamful2",
8
  "Yntec/3DRendering",
9
  "Yntec/Thriller",
10
  "Yntec/Classic",
 
1048
  gr.Interface.load(f"models/{models[487]}",live=True,preprocess=False),
1049
  gr.Interface.load(f"models/{models[488]}",live=True,preprocess=False),
1050
  gr.Interface.load(f"models/{models[489]}",live=True,preprocess=False),
1051
+
1052
+ gr.Interface.load(f"models/{models[490]}",live=True,preprocess=False),
1053
  ]
1054
 
1055