Spaces:
Runtime error
Runtime error
PixelistStudio
commited on
Commit
•
cd9081b
1
Parent(s):
a4e4bf5
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ models = [
|
|
27 |
|
28 |
current_model = models[0]
|
29 |
|
30 |
-
text_gen = gr.Interface.load("
|
31 |
|
32 |
models2 = []
|
33 |
for model in models:
|
|
|
27 |
|
28 |
current_model = models[0]
|
29 |
|
30 |
+
text_gen = gr.Interface.load("PixelistStudio/prompt-extend")
|
31 |
|
32 |
models2 = []
|
33 |
for model in models:
|