57b64c2
ed2f487
348b138
57b64c2
637fa83 | | 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() |