Spaces:
Runtime error
Runtime error
File size: 376 Bytes
e85a6fa a6abb0b e85a6fa a6abb0b e85a6fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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() |