Spaces:
Runtime error
Runtime error
File size: 356 Bytes
5b77c66 cb12cc0 8239465 7486463 cbe33cb 886f00d cbe33cb d1b24b3 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
gr.Image(value="gemma_lockup_vertical_full-color_rgb.png")
gr.Image(value="Meta_lockup_positive primary_RGB_small.jpg")
with gr.Row():
gr.Image(value="Meta_lockup_positive primary_RGB.jpg")
gr.Image(value="measure_model_size.png")
demo.launch()
|