Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"""
|
| 4 |
Torchvision Transforms Playground (Gradio framework)
|
| 5 |
|
|
|
|
| 6 |
Interactive sandbox to transforming images using torchvision that includes this features:
|
| 7 |
- Upload one or multiple images
|
| 8 |
- Toggle transforms and tune parameters
|
|
@@ -1688,7 +1689,6 @@ class TTPApp:
|
|
| 1688 |
gr.update(
|
| 1689 |
value=f"{i18n.get(lang_val, 'docs_prefix')} [{DOCS['tensor_bonus']}]({DOCS['tensor_bonus']})"
|
| 1690 |
),
|
| 1691 |
-
# ✅ status + code recalculés
|
| 1692 |
gr.update(value=status),
|
| 1693 |
gr.update(value=code),
|
| 1694 |
)
|
|
|
|
| 3 |
"""
|
| 4 |
Torchvision Transforms Playground (Gradio framework)
|
| 5 |
|
| 6 |
+
|
| 7 |
Interactive sandbox to transforming images using torchvision that includes this features:
|
| 8 |
- Upload one or multiple images
|
| 9 |
- Toggle transforms and tune parameters
|
|
|
|
| 1689 |
gr.update(
|
| 1690 |
value=f"{i18n.get(lang_val, 'docs_prefix')} [{DOCS['tensor_bonus']}]({DOCS['tensor_bonus']})"
|
| 1691 |
),
|
|
|
|
| 1692 |
gr.update(value=status),
|
| 1693 |
gr.update(value=code),
|
| 1694 |
)
|