Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sevenlee
/
basic-gpt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
basic-gpt
/
app.py
li
Update app.py
17074c8
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
gradio
as
gr
descriptions =
"GPT ็้ผ"
example = [[
"I am king."
]]
gr.Interface.load(
"models/bert-base-uncased"
).launch()