eliwill commited on
Commit
95dc22a
·
1 Parent(s): 7b2d165

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import nltk
7
  from nltk import sent_tokenize
8
  nltk.download("punkt")
9
 
10
- krishnamurti_generator = pipeline("text-generation", model="huggingtweets/nickelodeon")
11
  # stoic_generator = pipeline("text-generation", model="eliwill/stoic-generator-10e")
12
 
13
  ############### BUILDING DEMO ################################
 
7
  from nltk import sent_tokenize
8
  nltk.download("punkt")
9
 
10
+ krishnamurti_generator = pipeline("text-generation", model="eliwill/stoic-generator-10e")
11
  # stoic_generator = pipeline("text-generation", model="eliwill/stoic-generator-10e")
12
 
13
  ############### BUILDING DEMO ################################