deelight-del commited on
Commit
2eabb1d
·
1 Parent(s): 96a62b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ enable_queue=True
40
 
41
 
42
  #Launching the gradio application
43
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(800, 800)),
44
  outputs=gr.outputs.Label(num_top_classes=1),
45
  title=title,
46
  description=description,article=article,
 
40
 
41
 
42
  #Launching the gradio application
43
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),
44
  outputs=gr.outputs.Label(num_top_classes=1),
45
  title=title,
46
  description=description,article=article,