Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mayankchugh-learning
/
gradio-qa
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28dfb7c
gradio-qa
/
app.py
mayankchugh-learning
Create app.py
28dfb7c
verified
12 months ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.3"
).launch()