Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DylanWolf
/
h2ogpt-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f0e8ca
h2ogpt-api
/
app.py
DylanWolf
Update app.py
8f0e8ca
over 1 year ago
raw
Copy download link
history
blame
Safe
95 Bytes
import
gradio
as
gr
gr.load(
"models/TheBloke/Mistral-Trismegistus-7B-GPTQ"
).launch(share=
True
)