Remove height params from Gradio 6 components

Dataframe, Gallery, Image no longer accept height parameter.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-26 23:38:18 +01:00
parent df49ee777e
commit c28397f176
2 changed files with 0 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ def create_audio_player(
label="Waveform",
type="filepath",
interactive=False,
height=100,
visible=False,
)
else:

View File

@@ -47,7 +47,6 @@ def create_projects_page(
datatype=["str", "str", "number"],
col_count=(3, "fixed"),
interactive=False,
height=400,
)
refresh_projects_btn = gr.Button("Refresh Projects", size="sm")
@@ -95,7 +94,6 @@ def create_projects_page(
label="Generations",
columns=3,
rows=3,
height=400,
object_fit="contain",
show_label=False,
)