Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,39 +1,20 @@
|
|
1 |
---
|
2 |
-
title: DNA
|
3 |
emoji: 🧬
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
## Features
|
18 |
-
|
19 |
-
- 🎰 **Interactive Slot Machine Interface**: Watch 200 slots spin as DNA sequences are generated
|
20 |
-
- 🧬 **Cell Type-Specific**: Generate sequences for K562, GM12878, and HepG2 cell lines
|
21 |
-
- ⚡ **Real-time Animation**: Visual feedback during sequence generation
|
22 |
-
- 🎨 **Beautiful UI**: Retro-futuristic design with smooth animations
|
23 |
-
|
24 |
-
## Note
|
25 |
-
|
26 |
-
This is a demo version running in mock mode. For real DNA sequence generation:
|
27 |
-
1. Deploy with GPU enabled
|
28 |
-
2. Install DNA-Diffusion model dependencies
|
29 |
-
3. Use the full `app.py` instead of `app_spaces.py`
|
30 |
-
|
31 |
-
## Usage
|
32 |
-
|
33 |
-
1. Select a cell type (K562, GM12878, or HepG2)
|
34 |
-
2. Click GENERATE or pull the lever
|
35 |
-
3. Watch the slots spin!
|
36 |
-
4. View your generated 200bp regulatory sequence
|
37 |
|
38 |
## Citation
|
39 |
|
|
|
1 |
---
|
2 |
+
title: DNA CASINO
|
3 |
emoji: 🧬
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.35.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: DNA Diffusion
|
12 |
---
|
13 |
|
14 |
+
Baed LLM Model: VIDraft/Gemma-3-R1984-27B
|
15 |
+
Powered by VIDraft
|
16 |
|
17 |
+
Based theory by 'pinello lab'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Citation
|
20 |
|