Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
7 |
-
gr.load("
|
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()
|