You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradio/components/file.py
+7-1
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,14 @@ def __init__(
69
69
render: If False, component will not render be rendered in the Blocks context. Should be used if the intention is to assign event listeners now but render the component later.
70
70
key: if assigned, will be used to assume identity across a re-render. Components that have the same key across a re-render will have their value preserved.
0 commit comments