Aseidas Blauvelt PRO

AseidasVera
·

AI & ML interests

None yet

Recent Activity

updated a collection about 1 month ago
Mistral Models
updated a collection about 1 month ago
Phi 3 Models
updated a collection about 1 month ago
Phi 3 Models
View all activity

Organizations

Vera Solutions's profile picture

AseidasVera's activity

reacted to abidlabs's post with ❤️ 12 months 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 about 1 year ago