Trim verbose preamble before Inference parameters table
Browse files
README.md
CHANGED
|
@@ -73,8 +73,6 @@ server.generate_to_file(prompt=..., gen_duration=30.0)
|
|
| 73 |
|
| 74 |
## Inference parameters
|
| 75 |
|
| 76 |
-
Every knob exposed by the warm server, the CLI, and the Gradio Space sliders:
|
| 77 |
-
|
| 78 |
| Parameter | Default | What it does |
|
| 79 |
|---|---|---|
|
| 80 |
| `prompt` | — | The scene description. Dialogue inside `"double quotes"`, stage directions outside. See "Prompt format" below. |
|
|
|
|
| 73 |
|
| 74 |
## Inference parameters
|
| 75 |
|
|
|
|
|
|
|
| 76 |
| Parameter | Default | What it does |
|
| 77 |
|---|---|---|
|
| 78 |
| `prompt` | — | The scene description. Dialogue inside `"double quotes"`, stage directions outside. See "Prompt format" below. |
|