Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def classify_image(input_image):
|
|
34 |
|
35 |
# Interface creation using Gradio
|
36 |
inputs = gr.Image()
|
37 |
-
interface = gr.Interface(fn = classify_image, inputs=gr.Image(
|
38 |
# Load and pre, capture_session=True)
|
39 |
|
40 |
# Launch the Gradio app
|
|
|
34 |
|
35 |
# Interface creation using Gradio
|
36 |
inputs = gr.Image()
|
37 |
+
interface = gr.Interface(fn = classify_image, inputs=gr.Image(),outputs=classify_image(inputs))
|
38 |
# Load and pre, capture_session=True)
|
39 |
|
40 |
# Launch the Gradio app
|