Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sohanAI
/
df-gan-text-to-image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dd74e9e
df-gan-text-to-image
/
startup.sh
sohanAI
Upload 9 files
76d118b
verified
5 months ago
raw
Copy download link
history
blame
Safe
200 Bytes
#!/bin/bash
# Install NLTK data
python -c
"import nltk; nltk.download('punkt')"
# Run the download_models.py script to get the models
python download_models.py
# Start the Gradio app
python app.py