import gradio as gr with gr.Blocks() as demo: with gr.Tab("llama2 official chatbot"): gr.load("ysharma/Explore_llamav2_with_TGI", src="spaces") with gr.Tab("another"): gr.load("AP123/IllusionDiffusion", src="spaces") demo.launch()