{#if !gradio.shared.interactive} gradio.dispatch("clear_status", gradio.shared.loading_status)} /> {#if gradio.props.value && is_browser} {:else} {/if} {:else} gradio.dispatch("clear_status", gradio.shared.loading_status)} /> handle_change(detail)} on:drag={({ detail }) => handle_drag(detail)} on:clear={handle_clear} on:load={({ detail }) => handle_load(detail)} on:error={({ detail }) => handle_error(detail)} i18n={gradio.i18n} max_file_size={gradio.shared.max_file_size} upload={(...args) => gradio.shared.client.upload(...args)} stream_handler={(...args) => gradio.shared.client.stream(...args)} > {/if}