Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,8 +202,7 @@ with gr.Blocks(title="StyleForge Lite", theme=gr.themes.Soft()) as app:
|
|
| 202 |
)
|
| 203 |
|
| 204 |
metrics_output = gr.JSON(
|
| 205 |
-
label="📊 Style Metrics (Score out of 20)"
|
| 206 |
-
interactive=False
|
| 207 |
)
|
| 208 |
|
| 209 |
with gr.Tab("📋 How to Deploy"):
|
|
|
|
| 202 |
)
|
| 203 |
|
| 204 |
metrics_output = gr.JSON(
|
| 205 |
+
label="📊 Style Metrics (Score out of 20)"
|
|
|
|
| 206 |
)
|
| 207 |
|
| 208 |
with gr.Tab("📋 How to Deploy"):
|