BharadhwajS commited on
Commit
3801639
·
verified ·
1 Parent(s): a90a852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ llm = HuggingFaceEndpoint(
16
  top_k=5,
17
  temperature=0.2,
18
  repetition_penalty=1.03,
19
- timeout=300
20
  huggingfacehub_api_token=HF_TOKEN
21
  )
22
  template = """
 
16
  top_k=5,
17
  temperature=0.2,
18
  repetition_penalty=1.03,
19
+ timeout=300,
20
  huggingfacehub_api_token=HF_TOKEN
21
  )
22
  template = """