Yntec commited on
Commit
8bb30cf
1 Parent(s): 6fde177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -4,7 +4,6 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "Yntec/Dreamful2",
8
  "Yntec/3DRendering",
9
  "Yntec/Thriller",
10
  "Yntec/Classic",
@@ -1048,8 +1047,6 @@ models2=[
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
 
 
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/3DRendering",
8
  "Yntec/Thriller",
9
  "Yntec/Classic",
 
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