sanjid commited on
Commit
85d46c8
1 Parent(s): 81c4f19

new commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ def classify_food_Ingredient(article):
24
  return dict(zip(genres, map(float, probs)))
25
 
26
 
27
- label = gr.outputs.Label(num_top_classes=6)
28
  iface = gr.Interface(fn=classify_food_Ingredient, inputs="text", outputs=label)
29
  iface.launch(inline=False)
 
24
  return dict(zip(genres, map(float, probs)))
25
 
26
 
27
+ label = gr.outputs.Label(num_top_classes=5)
28
  iface = gr.Interface(fn=classify_food_Ingredient, inputs="text", outputs=label)
29
  iface.launch(inline=False)