GiantPandas commited on
Commit
6d43a28
·
verified ·
1 Parent(s): 7e4c74f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -5,6 +5,7 @@ import json
5
  from PIL import Image
6
 
7
 
 
8
  def extract_json_content(text):
9
  matches = re.search(r"```json\n(.*?)\n```", text, re.DOTALL)
10
  if matches:
 
5
  from PIL import Image
6
 
7
 
8
+
9
  def extract_json_content(text):
10
  matches = re.search(r"```json\n(.*?)\n```", text, re.DOTALL)
11
  if matches: