Brian Watson commited on
Commit
5fbb3d1
1 Parent(s): ba0b92d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ models = [
12
 
13
  current_model = models[0]
14
 
15
- text_gen = gr.Interface.load("spaces/king007/anime-anything-promptgen-v2-test")
16
 
17
  models2 = []
18
  for model in models:
 
12
 
13
  current_model = models[0]
14
 
15
+ text_gen = gr.Interface.load("spaces/wenkai26/FredZhang7-anime-anything-promptgen-v2")
16
 
17
  models2 = []
18
  for model in models: