MODLI commited on
Commit
b06362e
·
verified ·
1 Parent(s): 10f3b61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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",