Dagfinn1962 commited on
Commit
2b95dcd
1 Parent(s): f64fc39

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/Avenuenw/prompt-extend")
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: