Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kurry
/
ChatBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15a6299
ChatBot
/
app.py
kurry
fixed deprecation issue
15a6299
almost 2 years ago
raw
Copy download link
history
blame
72 Bytes
import
gradio
as
gr
gr.load(
"kurry/models/t5_small_finetuned"
).launch()