Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tomoniai/Demo_Mistral_Chat
JSP
/
demo
like
0
Sleeping
App
Files
Files
Community
Tomoniai
commited on
Oct 1, 2023
Commit
23e6b32
•
1 Parent(s):
c8a49bc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/
NousResearch
/
Llama
-
2
-
7b-chat-hf
").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/
mistralai
/
Mistral
-
7B
-
v0.1
").launch()