Aseidas Blauvelt PRO

AseidasVera
·

AI & ML interests

None yet

Recent Activity

liked a model 10 days ago
Jacaranda/UlizaLlama3
published a Space 4 months ago
AseidasVera/rfl_space
published a dataset 4 months ago
AseidasVera/rfl_data
View all activity

Organizations

Vera Solutions's profile picture

AseidasVera's activity

published a Space 4 months ago
published a dataset 4 months ago
reacted to abidlabs's post with ❤️ over 1 year ago
view post
Post
Lots of cool Gradio custom components, but is the most generally useful one I've seen so far: insert a Modal into any Gradio app by using the modal component!

from gradio_modal import Modal

with gr.Blocks() as demo:
    gr.Markdown("### Main Page")
    gr.Textbox("lorem ipsum " * 1000, lines=10)

    with Modal(visible=True) as modal:
        gr.Markdown("# License Agreement")
updated a Space over 1 year ago