Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harithapliyal
/
mistralai-Mistral-7B-Instruct-v0.3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harithapliyal
commited on
Jun 28, 2024
Commit
c0de86a
·
verified
·
1 Parent(s):
4dbbc01
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.load("models/mistralai/Mistral-7B-Instruct-v0.3").launch(
share=True
)
1
import gradio as gr
2
3
+
gr.load("models/mistralai/Mistral-7B-Instruct-v0.3").launch()