Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
5fbb3d1
1
Parent(s):
ba0b92d
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ models = [
|
|
12 |
|
13 |
current_model = models[0]
|
14 |
|
15 |
-
text_gen = gr.Interface.load("spaces/
|
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:
|