fiona10 commited on
Commit
123c721
·
1 Parent(s): ff1c54d

Update app.py

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