jayebaku commited on
Commit
afa27ad
·
verified ·
1 Parent(s): e3e91ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
  Model Confidence: is the mean probabilty of each case
98
  belonging to their assigned classes. A value of 1 is best.
99
  """, latex_delimiters=[{ "left": "$", "right": "$", "display": True }])
100
- model_confidence = gr.Number(label="Model Confidence")
101
  with gr.Column(scale=5):
102
  correct = gr.Number(label="Number of correct classifications", value=0)
103
  incorrect = gr.Number(label="Number of incorrect classifications", value=0)
 
97
  Model Confidence: is the mean probabilty of each case
98
  belonging to their assigned classes. A value of 1 is best.
99
  """, latex_delimiters=[{ "left": "$", "right": "$", "display": True }])
100
+ model_confidence = gr.Number(label="Model Confidence", value=0)
101
  with gr.Column(scale=5):
102
  correct = gr.Number(label="Number of correct classifications", value=0)
103
  incorrect = gr.Number(label="Number of incorrect classifications", value=0)