hasvio01 commited on
Commit
2c8878b
1 Parent(s): d355757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict(image):
37
  confidence = np.max(predictions)
38
  return {class_names[predicted_class]: float(confidence)}
39
 
40
- # Create a Gradio interface
41
  input_image = gr.Image()
42
  output_text = gr.Textbox(label="Predicted Value")
43
  interface = gr.Interface(fn=predict,
 
37
  confidence = np.max(predictions)
38
  return {class_names[predicted_class]: float(confidence)}
39
 
40
+ # Create a Gradio interfac
41
  input_image = gr.Image()
42
  output_text = gr.Textbox(label="Predicted Value")
43
  interface = gr.Interface(fn=predict,