Update app.py
Browse files
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,
|