Skip to content

Commit 94a31b1

Browse files
committed
Jinja did it - rolled back to prior working version
1 parent 5a07962 commit 94a31b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ extensions/alltalk_tts
5858

5959
extensions/elevenlabs_tts/outputs/*.wav
6060
extensions/elevenlabs_tts/outputs/*.mp3
61+
start-webui.sh

modules/block_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def my_open(*args, **kwargs):
4949

5050
file_contents = file_contents.replace(
5151
b'\t\t<script\n\t\t\tsrc="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.contentWindow.min.js"\n\t\t\tasync\n\t\t></script>',
52-
''
52+
b''
5353
)
5454
file_contents = file_contents.replace(b"cdnjs.cloudflare.com", b"127.0.0.1")
5555
file_contents = file_contents.replace(

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ datasets
44
einops
55
gradio==4.26.*
66
hqq==0.1.5
7-
jinja2==3.1.4
7+
jinja2==3.1.2
88
llama_cpp_python
99
lm_eval==0.3.0
1010
markdown

0 commit comments

Comments
 (0)