Spaces:
Running
Running
File size: 266 Bytes
e1a87c1 |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
with gr.Blocks() as demo:
with gr.Tab("LLaMA"):
gr.load("huggingface-projects/llama-2-13b-chat", src="spaces")
with gr.Tab("Mixtral"):
gr.load("ehristoforu/mixtral-46.7b-chat", src="spaces")
demo.launch(server_port=4545) |