Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
| 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 |
|