abdeljalilELmajjodi commited on
Commit
7849f7f
·
verified ·
1 Parent(s): 20dc541

update labels fiels

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,10 +52,9 @@ with gr.Blocks() as demo:
52
  )
53
 
54
  with gr.Column():
55
-
56
  # Output probabilities
57
  output_labels = gr.Label(
58
- label="Classification Results",
59
  show_label=False
60
  )
61
 
 
52
  )
53
 
54
  with gr.Column():
 
55
  # Output probabilities
56
  output_labels = gr.Label(
57
+ label="Prediction Results",
58
  show_label=False
59
  )
60