Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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)
|