Spaces:
Sleeping
Sleeping
mnh
commited on
Commit
·
0f3f608
1
Parent(s):
95a4080
hello
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ def predict(image):
|
|
30 |
gr.Interface(fn=predict,
|
31 |
inputs=[
|
32 |
gr.inputs.Image(label="Image to classify.", type="pil")],
|
33 |
-
theme="
|
34 |
outputs="label",
|
35 |
description="Character Image classification").launch()
|
|
|
30 |
gr.Interface(fn=predict,
|
31 |
inputs=[
|
32 |
gr.inputs.Image(label="Image to classify.", type="pil")],
|
33 |
+
theme="gradio/monochrome",
|
34 |
outputs="label",
|
35 |
description="Character Image classification").launch()
|