File size: 519 Bytes
b074e28
 
 
 
 
 
 
 
 
 
 
 
 
0b617df
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Core dependencies for Gradio DNA-Diffusion app
gradio>=4.44.0
torch>=2.0.0
transformers>=4.30.0
numpy>=1.24.0

# Model loading and utilities
huggingface-hub>=0.16.0
safetensors>=0.3.0
accelerate>=0.20.0

# Note: DNA-Diffusion itself should be installed separately using uv:
# git clone https://github.com/pinellolab/DNA-Diffusion.git
# cd DNA-Diffusion && uv sync

# For Hugging Face Spaces, you may need to add:
# --extra-index-url https://download.pytorch.org/whl/cu118
# And ensure GPU is enabled in Space settings