DHEIVER commited on
Commit
f8b6bcf
·
1 Parent(s): ef2cffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ def classify_image(input_image):
41
  input_image = gr.inputs.Image(shape=(224, 224, 3)) # Define the input image shape
42
  output_label = gr.outputs.Label() # Define the output label
43
 
44
- gr.Interface(fn=classify_image, inputs=input_image, outputs=output_label).launch()
 
41
  input_image = gr.inputs.Image(shape=(224, 224, 3)) # Define the input image shape
42
  output_label = gr.outputs.Label() # Define the output label
43
 
44
+ gr.Interface(fn=classify_image, inputs=input_image, outputs=output_label).launch()