DHEIVER commited on
Commit
b1d7beb
·
1 Parent(s): 4700b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ def classify_image(image_file):
32
 
33
  return output_image, f"Predicted class: {label} (confidence: {confidence:.2f})"
34
 
35
- from gradio import gradio as gr
36
 
37
  iface = gr.Interface(
38
  fn=classify_image,
 
32
 
33
  return output_image, f"Predicted class: {label} (confidence: {confidence:.2f})"
34
 
 
35
 
36
  iface = gr.Interface(
37
  fn=classify_image,