Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Xlinelabs/togethercomputer-GPT-NeoXT-Chat-Base-20B
TechWithAnirudh
/
togethercomputer-GPT-NeoXT-Chat-Base-20B
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
togethercomputer-GPT-NeoXT-Chat-Base-20B
/
app.py
TechWithAnirudh
Duplicate from Xlinelabs/togethercomputer-GPT-NeoXT-Chat-Base-20B
70051d7
over 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()