multimodalart's picture
Update app.py
9255761 verified
raw
history blame contribute delete
276 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("# Scroll test")
gr.Image()
gr.Image()
gr.Image()
gr.Image()
gr.Textbox()
gr.Textbox()
gr.Textbox()
gr.Textbox()
gr.Chatbot()
if __name__ == "__main__":
demo.launch()