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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ llm = HuggingFaceEndpoint(
16
  top_k=5,
17
  temperature=0.2,
18
  repetition_penalty=1.03,
 
19
  huggingfacehub_api_token=HF_TOKEN
20
  )
21
  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 = """