Abhi101 commited on
Commit
108b229
1 Parent(s): 5bb0574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,5 +15,6 @@ def classify_image(inp):
15
  iface = gr.Interface(fn=classify_image,
16
  inputs=gr.inputs.Image(shape=(224, 224)),
17
  outputs=gr.outputs.Label(num_top_classes=4),
 
18
  )
19
  iface.launch(debug=True)
 
15
  iface = gr.Interface(fn=classify_image,
16
  inputs=gr.inputs.Image(shape=(224, 224)),
17
  outputs=gr.outputs.Label(num_top_classes=4),
18
+ theme = "darkhuggingface"
19
  )
20
  iface.launch(debug=True)