Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,8 +68,7 @@ with gr.Blocks(title="Fashion Classifier", theme=gr.themes.Soft()) as demo:
|
|
| 68 |
with gr.Column(scale=1):
|
| 69 |
label_output = gr.Label(
|
| 70 |
label="Résultats de classification",
|
| 71 |
-
num_top_classes=5
|
| 72 |
-
height=300
|
| 73 |
)
|
| 74 |
text_output = gr.Textbox(
|
| 75 |
label="Conclusion",
|
|
|
|
| 68 |
with gr.Column(scale=1):
|
| 69 |
label_output = gr.Label(
|
| 70 |
label="Résultats de classification",
|
| 71 |
+
num_top_classes=5
|
|
|
|
| 72 |
)
|
| 73 |
text_output = gr.Textbox(
|
| 74 |
label="Conclusion",
|