MS-YUN commited on
Commit
a6abb0b
·
1 Parent(s): e85a6fa
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,7 +1,13 @@
1
  import gradio as gr
2
 
 
 
 
 
3
  with gr.Blocks() as demo:
4
  with gr.Tab("llama2 official chatbot"):
5
- gr.load("msy127/app_rag_llama2_paper", src="spaces")
 
 
6
 
7
  demo.launch()
 
1
  import gradio as gr
2
 
3
+ # with gr.Blocks() as demo:
4
+ # with gr.Tab("llama2 official chatbot"):
5
+ # gr.load("msy127/app_rag_llama2_paper", src="spaces")
6
+
7
  with gr.Blocks() as demo:
8
  with gr.Tab("llama2 official chatbot"):
9
+ gr.load("ysharma/Explore_llamav2_with_TGI", src="spaces")
10
+ with gr.Tab("another"):
11
+ gr.load("AP123/IllusionDiffusion", src="spaces")
12
 
13
  demo.launch()