Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
ui/src/app/api/hf-jobs/route.ts
CHANGED
|
@@ -613,8 +613,7 @@ def generate_model_card_readme(repo_id: str, config: dict, model_name: str, cura
|
|
| 613 |
"text": prompt_text,
|
| 614 |
"output": {"url": repo_path}
|
| 615 |
})
|
| 616 |
-
|
| 617 |
-
prompt_bullets.append(f"- `{prompt_md}`")
|
| 618 |
|
| 619 |
gallery_section = "<Gallery />\n\n"
|
| 620 |
if prompt_bullets:
|
|
|
|
| 613 |
"text": prompt_text,
|
| 614 |
"output": {"url": repo_path}
|
| 615 |
})
|
| 616 |
+
prompt_bullets.append(f"- {prompt_text}")
|
|
|
|
| 617 |
|
| 618 |
gallery_section = "<Gallery />\n\n"
|
| 619 |
if prompt_bullets:
|