gradio
f0e4fd05 - Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite (#10594)

Commit
296 days ago
Fix `Blocks.serve_static_file` and `Button.svelte` to work on Lite (#10594) * Replace async_move_files_to_cache in Block.serve_static_file with move_files_to_cache because 1) it doesn't work on Lite and 2) Block.serve_static_file() is not async * Fix Button.svelte to use @gradio/image instead of the native <img /> for Lite * add changeset * Add _mark_svg_as_safe to move_files_to_cache as well like async_move_files_to_cache in #9765 --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Author
Parents
Loading