storresbusquets commited on
Commit
e9d4414
·
1 Parent(s): 01748e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def greet(text):
34
  # token=access_token
35
  )
36
 
37
- llm = HuggingFacePipeline(pipeline = pipeline, model_kwargs = {'temperature':0.5,'repetition_penalty'=1.1})
38
 
39
  template = """Write a concise summary of the following:
40
  "{text}"
 
34
  # token=access_token
35
  )
36
 
37
+ llm = HuggingFacePipeline(pipeline = pipeline, model_kwargs = {'temperature':0.5,'repetition_penalty':1.1})
38
 
39
  template = """Write a concise summary of the following:
40
  "{text}"