Abhi101 commited on
Commit
2fcc9f2
1 Parent(s): 51e5e55
Files changed (1) hide show
  1. app.py +2 -1
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)