Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rholtwo
/
togethercomputer-GPT-NeoXT-Chat-Base-20B
like
0
Sleeping
App
Files
Files
Community
main
togethercomputer-GPT-NeoXT-Chat-Base-20B
/
app.py
rholtwo
initial commit
b9d967c
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
98 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/togethercomputer/GPT-NeoXT-Chat-Base-20B"
).launch()