Spaces:
Sleeping
Sleeping
File size: 358 Bytes
8292deb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
with gr.Column():
gr.Markdown("# This is Ray's profile page")
gr.Image("banner.jpg")
with gr.Column():
gr.Markdown("# This is Ray's profile page")
gr.Image("banner.jpg")
gr.Markdown("# This is Ray's profile page")
gr.Image("banner.jpg")
demo.launch() |