mnh commited on
Commit
0f3f608
·
1 Parent(s): 95a4080
Files changed (1) hide show
  1. app.py +1 -1
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="grass",
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()