Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
azandabot
/
ztdev-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ztdev-api
/
app.py
azandabot
Update app.py
fdd48c7
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
import
os
os.system(
'bash install.sh'
)
# Run the install script
from
transformers
import
pipeline
import
gradio
as
gr
# Your text generation pipeline code here...