Spaces:
Build error
Build error
Update app.py
Browse files
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()
|