Spaces:
Runtime error
Runtime error
import gradio as gr | |
# with gr.Blocks() as demo: | |
# with gr.Tab("llama2 official chatbot"): | |
# gr.load("msy127/app_rag_llama2_paper", src="spaces") | |
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() |