Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
autotrain-projects/autotrain-advanced
ngo123
/
mistralai-Mistral-7B-v0.1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ngo123
commited on
Dec 26, 2023
Commit
0fab945
·
1 Parent(s):
06dd061
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/mistralai/Mistral-7B-v0.1").launch()