dummy_chat_app / app.py
ysharma's picture
ysharma HF Staff
Update app.py
cbe33cb verified
raw
history blame contribute delete
356 Bytes
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()