Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -366,8 +366,8 @@ def app_gradio():
|
|
| 366 |
padding: 1.2rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 367 |
<h3 style="margin: 0 0 0.8rem 0; color: white;">Mask Options:</h3>
|
| 368 |
<ol style="margin: 0; padding-left: 1.2rem;">
|
| 369 |
-
<li>Draw mask using the editor above</li>
|
| 370 |
-
<li>Auto-
|
| 371 |
</ol>
|
| 372 |
</div>
|
| 373 |
'''
|
|
@@ -383,7 +383,7 @@ def app_gradio():
|
|
| 383 |
'''
|
| 384 |
<div style="text-align: center; color: #1a237e; font-weight: 500; margin: 1rem 0;
|
| 385 |
padding: 0.8rem; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
|
| 386 |
-
|
| 387 |
</div>
|
| 388 |
'''
|
| 389 |
)
|
|
|
|
| 366 |
padding: 1.2rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 367 |
<h3 style="margin: 0 0 0.8rem 0; color: white;">Mask Options:</h3>
|
| 368 |
<ol style="margin: 0; padding-left: 1.2rem;">
|
| 369 |
+
# <li>Draw mask using the editor above</li>
|
| 370 |
+
<li>Auto-generated mask will be formed based on garment type</li>
|
| 371 |
</ol>
|
| 372 |
</div>
|
| 373 |
'''
|
|
|
|
| 383 |
'''
|
| 384 |
<div style="text-align: center; color: #1a237e; font-weight: 500; margin: 1rem 0;
|
| 385 |
padding: 0.8rem; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
|
| 386 |
+
Important: Please wait after clicking Try On - Processing may take a moment
|
| 387 |
</div>
|
| 388 |
'''
|
| 389 |
)
|