dawood HF Staff commited on
Commit
bf47482
Β·
verified Β·
1 Parent(s): f0ec577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def classify_image(inp):
17
  return {labels[i]: float(prediction[i]) for i in range(1000)}
18
 
19
 
20
- image = gr.Image(shape=(224, 224))
21
  label = gr.Label(num_top_classes=3)
22
 
23
  title="Gradio Image Classifiction + interpretation Example"
 
17
  return {labels[i]: float(prediction[i]) for i in range(1000)}
18
 
19
 
20
+ image = gr.Image()
21
  label = gr.Label(num_top_classes=3)
22
 
23
  title="Gradio Image Classifiction + interpretation Example"