Spaces:
Running
Running
increase timeout
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ llm = HuggingFaceEndpoint(
|
|
51 |
max_new_tokens=512,
|
52 |
do_sample=False,
|
53 |
repetition_penalty=1.03,
|
|
|
54 |
)
|
55 |
|
56 |
model = ChatHuggingFace(llm=llm, verbose=True)
|
|
|
51 |
max_new_tokens=512,
|
52 |
do_sample=False,
|
53 |
repetition_penalty=1.03,
|
54 |
+
timeout=240,
|
55 |
)
|
56 |
|
57 |
model = ChatHuggingFace(llm=llm, verbose=True)
|