Spaces:
Sleeping
Sleeping
github-actions[bot]
commited on
Commit
Β·
b275e29
1
Parent(s):
200bf40
Auto-sync from demo at Tue Jan 27 15:42:35 UTC 2026
Browse files- app.py +1 -1
- {resources/images β assets}/logo.png +0 -0
- {resources β graphgen/resources}/nltk_data/corpora/stopwords/chinese +0 -0
- {resources β graphgen/resources}/nltk_data/corpora/stopwords/english +0 -0
- {resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/abbrev_types.txt +0 -0
- {resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/collocations.tab +0 -0
- {resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/ortho_context.tab +0 -0
- {resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/sent_starters.txt +0 -0
- webui/app.py +1 -1
app.py
CHANGED
|
@@ -227,7 +227,7 @@ def run_graphgen(params: WebuiParams, progress=gr.Progress()):
|
|
| 227 |
with gr.Blocks(title="GraphGen Demo", theme=gr.themes.Glass(), css=css) as demo:
|
| 228 |
# Header
|
| 229 |
gr.Image(
|
| 230 |
-
value=os.path.join(root_dir, "
|
| 231 |
label="GraphGen Banner",
|
| 232 |
elem_id="banner",
|
| 233 |
interactive=False,
|
|
|
|
| 227 |
with gr.Blocks(title="GraphGen Demo", theme=gr.themes.Glass(), css=css) as demo:
|
| 228 |
# Header
|
| 229 |
gr.Image(
|
| 230 |
+
value=os.path.join(root_dir, "assets", "logo.png"),
|
| 231 |
label="GraphGen Banner",
|
| 232 |
elem_id="banner",
|
| 233 |
interactive=False,
|
{resources/images β assets}/logo.png
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/corpora/stopwords/chinese
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/corpora/stopwords/english
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/abbrev_types.txt
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/collocations.tab
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/ortho_context.tab
RENAMED
|
File without changes
|
{resources β graphgen/resources}/nltk_data/tokenizers/punkt_tab/english/sent_starters.txt
RENAMED
|
File without changes
|
webui/app.py
CHANGED
|
@@ -227,7 +227,7 @@ def run_graphgen(params: WebuiParams, progress=gr.Progress()):
|
|
| 227 |
with gr.Blocks(title="GraphGen Demo", theme=gr.themes.Glass(), css=css) as demo:
|
| 228 |
# Header
|
| 229 |
gr.Image(
|
| 230 |
-
value=os.path.join(root_dir, "
|
| 231 |
label="GraphGen Banner",
|
| 232 |
elem_id="banner",
|
| 233 |
interactive=False,
|
|
|
|
| 227 |
with gr.Blocks(title="GraphGen Demo", theme=gr.themes.Glass(), css=css) as demo:
|
| 228 |
# Header
|
| 229 |
gr.Image(
|
| 230 |
+
value=os.path.join(root_dir, "assets", "logo.png"),
|
| 231 |
label="GraphGen Banner",
|
| 232 |
elem_id="banner",
|
| 233 |
interactive=False,
|