Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from gradio.mix import Series
|
3 |
|
4 |
-
demo = gr.load("mistralai/Mixtral-8x7B-Instruct-v0.1", src="models")
|
5 |
|
6 |
description = "Test!"
|
7 |
title = "Mixe von Modellen"
|
|
|
1 |
import gradio as gr
|
2 |
from gradio.mix import Series
|
3 |
|
4 |
+
#demo = gr.load("mistralai/Mixtral-8x7B-Instruct-v0.1", src="models")
|
5 |
|
6 |
description = "Test!"
|
7 |
title = "Mixe von Modellen"
|