msy127 commited on
Commit
348b138
·
1 Parent(s): 57b64c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  with gr.Blocks() as demo:
4
  with gr.Tab("llama2 official chatbot"):
5
  gr.load("ysharma/Explore_llamav2_with_TGI", src="spaces")
6
- with gr.Tab("my llama2 chatbot"):
7
- gr.load("msy127/TheBloke-Llama-2-7b-Chat-GPTQ", src="spaces")
8
 
9
  demo.launch()
 
3
  with gr.Blocks() as demo:
4
  with gr.Tab("llama2 official chatbot"):
5
  gr.load("ysharma/Explore_llamav2_with_TGI", src="spaces")
6
+ with gr.Tab("another"):
7
+ gr.load("AP123/IllusionDiffusion", src="spaces")
8
 
9
  demo.launch()