ehristoforu
commited on
Commit
•
bf836c7
1
Parent(s):
663aca5
Delete webui.py
Browse files
webui.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
|
3 |
-
with gr.Blocks() as demo:
|
4 |
-
with gr.Tab("LLaMA"):
|
5 |
-
gr.load("huggingface-projects/llama-2-13b-chat", src="spaces")
|
6 |
-
with gr.Tab("Mixtral"):
|
7 |
-
gr.load("ehristoforu/mixtral-46.7b-chat", src="spaces")
|
8 |
-
|
9 |
-
demo.launch(server_port=4545)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|