up
This commit is contained in:
parent
616c877dbf
commit
91b0718fc5
@ -89,7 +89,7 @@ def predict(inputs, top_p, temperature, chatbot=[], history=[], system_prompt=''
|
|||||||
response = requests.post(API_URL, headers=headers, proxies=proxies,
|
response = requests.post(API_URL, headers=headers, proxies=proxies,
|
||||||
json=payload, stream=True, timeout=15)
|
json=payload, stream=True, timeout=15)
|
||||||
except:
|
except:
|
||||||
chatbot.append(('', 'Requests Timeout, Network Error.'))
|
chatbot[-1] = ((chatbot[-1][0], 'Requests Timeout, Network Error.'))
|
||||||
yield chatbot, history, "Requests Timeout"
|
yield chatbot, history, "Requests Timeout"
|
||||||
raise TimeoutError
|
raise TimeoutError
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user