Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xnetba
/
testChat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c70b8a8
testChat
/
app.py
xnetba
Create app.py
8807361
almost 2 years ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
).launch()