Spaces:
Runtime error
Runtime error
Commit
·
10f4eaf
1
Parent(s):
7a7d1a1
remove tags
Browse files
app.py
CHANGED
|
@@ -133,7 +133,6 @@ if __name__ == '__main__':
|
|
| 133 |
|
| 134 |
with gr.Blocks(css="""
|
| 135 |
.project-item {margin-bottom: 30px;}
|
| 136 |
-
.project-tags .tag {display: inline-block; background-color: #e0e0e0; padding: 5px 10px; margin-right: 5px; border-radius: 5px;}
|
| 137 |
.project-description {margin-top: 20px;}
|
| 138 |
.github-button, .huggingface-button, .wandb-button {
|
| 139 |
display: inline-block; margin-left: 10px; text-decoration: none; font-size: 14px;
|
|
@@ -151,8 +150,6 @@ if __name__ == '__main__':
|
|
| 151 |
[](https://github.com/amit154154/VAR_clip)
|
| 152 |
[](https://api.wandb.ai/links/amit154154/cqccmfsl)
|
| 153 |
|
| 154 |
-
**Tags:** Image Generation, GAN
|
| 155 |
-
|
| 156 |
## Project Explanation
|
| 157 |
|
| 158 |
- **Dataset Generation:** Generated a comprehensive dataset of approximately 100,000 Funko Pop! images with detailed prompts using [SDXL Turbo](https://huggingface.co/stabilityai/sdxl-turbo) for high-quality data creation.
|
|
|
|
| 133 |
|
| 134 |
with gr.Blocks(css="""
|
| 135 |
.project-item {margin-bottom: 30px;}
|
|
|
|
| 136 |
.project-description {margin-top: 20px;}
|
| 137 |
.github-button, .huggingface-button, .wandb-button {
|
| 138 |
display: inline-block; margin-left: 10px; text-decoration: none; font-size: 14px;
|
|
|
|
| 150 |
[](https://github.com/amit154154/VAR_clip)
|
| 151 |
[](https://api.wandb.ai/links/amit154154/cqccmfsl)
|
| 152 |
|
|
|
|
|
|
|
| 153 |
## Project Explanation
|
| 154 |
|
| 155 |
- **Dataset Generation:** Generated a comprehensive dataset of approximately 100,000 Funko Pop! images with detailed prompts using [SDXL Turbo](https://huggingface.co/stabilityai/sdxl-turbo) for high-quality data creation.
|