Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mahavaury2
/
mistralai-Mistral-7B-Instruct-v0.3
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mahavaury2
commited on
Jan 22
Commit
41dc826
·
verified
·
1 Parent(s):
967f284
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/mistralai/Mistral-7B-Instruct-v0.3").launch()
1
import gradio as gr
2
3
+
gr.load("models/mistralai/Mistral-7B-Instruct-v0.3").launch(
share=True
)
4
+