mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
💄 Show engines / pipelines descriptions in UI
This commit is contained in:
@@ -187,7 +187,10 @@ class GenerateUI:
|
||||
engine_rows = []
|
||||
for i, engine in enumerate(engines):
|
||||
with gr.Column(visible=(i == 0)) as engine_row:
|
||||
gr.Markdown(value=f"## {engine.name}")
|
||||
gr.Markdown(
|
||||
value=f"""## {engine.name}
|
||||
{engine.description}"""
|
||||
)
|
||||
engine_rows.append(engine_row)
|
||||
options = engine.get_options()
|
||||
inputs.extend(options)
|
||||
|
||||
Reference in New Issue
Block a user