df-gan-text-to-image / startup.sh
sohanAI's picture
Upload 9 files
76d118b verified
raw
history blame
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