lvwerra HF staff commited on
Commit
3ce9b38
·
1 Parent(s): 6f428a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import json
8
  @st.cache(allow_output_mutation=True)
9
  def load_pipeline(model_ckpt, device):
10
  pipe = pipeline('text-generation', model=model_ckpt, device=device)
11
- return model
12
 
13
  @st.cache()
14
  def load_examples():
 
8
  @st.cache(allow_output_mutation=True)
9
  def load_pipeline(model_ckpt, device):
10
  pipe = pipeline('text-generation', model=model_ckpt, device=device)
11
+ return pipe
12
 
13
  @st.cache()
14
  def load_examples():