File size: 244 Bytes
57b64c2
 
 
 
ed2f487
348b138
 
57b64c2
637fa83
1
2
3
4
5
6
7
8
9
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()