Spaces:
Runtime error
Runtime error
JunchuanYu
commited on
Commit
·
fa58338
1
Parent(s):
9b9d350
Update utils.py
Browse files
utils.py
CHANGED
@@ -6,7 +6,6 @@ import os
|
|
6 |
import csv
|
7 |
import requests
|
8 |
import re
|
9 |
-
import pathlib
|
10 |
import gradio as gr
|
11 |
from pypinyin import lazy_pinyin
|
12 |
import tiktoken
|
@@ -16,7 +15,6 @@ from markdown import markdown
|
|
16 |
from pygments import highlight
|
17 |
from pygments.lexers import get_lexer_by_name
|
18 |
from pygments.formatters import HtmlFormatter
|
19 |
-
from gradio.themes.utils import ThemeAsset
|
20 |
|
21 |
|
22 |
use_websearch_checkbox=False
|
|
|
6 |
import csv
|
7 |
import requests
|
8 |
import re
|
|
|
9 |
import gradio as gr
|
10 |
from pypinyin import lazy_pinyin
|
11 |
import tiktoken
|
|
|
15 |
from pygments import highlight
|
16 |
from pygments.lexers import get_lexer_by_name
|
17 |
from pygments.formatters import HtmlFormatter
|
|
|
18 |
|
19 |
|
20 |
use_websearch_checkbox=False
|