Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
|
4 |
+
demo = gr.load("odels/StarkWizard/Mistral-7b-instruct-cairo-instruct-AWQ", src="models")
|
5 |
+
|
6 |
+
demo.launch()
|