Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
2b95dcd
1
Parent(s):
f64fc39
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/daspartho/prompt-extend")
|
16 |
|
17 |
models2 = []
|
18 |
for model in models:
|