msy127 commited on
Commit
ed2f487
·
1 Parent(s): 637fa83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
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
 
 
2
 
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