Spaces:
Running
Running
AmitIsraeli
commited on
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 |
[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/amit154154/VAR_clip)
|
152 |
[![Weights & Biases](https://img.shields.io/badge/Weights%20%26%20Biases-Report-orange?logo=weightsandbiases)](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 |
[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/amit154154/VAR_clip)
|
151 |
[![Weights & Biases](https://img.shields.io/badge/Weights%20%26%20Biases-Report-orange?logo=weightsandbiases)](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.
|