ak0601 commited on
Commit
3059806
·
1 Parent(s): 667232d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(shape=(64, 64)),outputs=classify_image(inputs))
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