Hello! Since this morning, Automatic 1111 has been giving me this error on Colab Pro. Can anyone help me? Thanks!
IndexError Traceback (most recent call last)
in <cell line: 45>()
65 time.sleep(4)
66 with open('/content/srv.txt', "r") as file: text = file.read()
---> 67 srv= re.findall(r"https?://(?:\S+?.)?trycloudflare.com\S*", text)[0]
68
69 for line in fileinput.input('/usr/local/lib/python3.10/dist-packages/gradio/blocks.py', inplace=True):
Hello! Since this morning, Automatic 1111 has been giving me this error on Colab Pro. Can anyone help me? Thanks!
IndexError Traceback (most recent call last) in <cell line: 45>()
65 time.sleep(4)
66 with open('/content/srv.txt', "r") as file: text = file.read()
---> 67 srv= re.findall(r"https?://(?:\S+?.)?trycloudflare.com\S*", text)[0]
68
69 for line in fileinput.input('/usr/local/lib/python3.10/dist-packages/gradio/blocks.py', inplace=True):
IndexError: list index out of range