Racso777 commited on
Commit
4b7a32d
·
1 Parent(s): 609518b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ def classify_image(img):
75
  # Create a Gradio interface
76
  iface = gr.Interface(
77
  fn=classify_image,
 
78
  inputs=gr.Image(type='pil'),
79
  outputs=gr.Textbox(),
80
  title="Mushroom Image Classification",
 
75
  # Create a Gradio interface
76
  iface = gr.Interface(
77
  fn=classify_image,
78
+ theme=gr.themes.Default(text_size="lg"),
79
  inputs=gr.Image(type='pil'),
80
  outputs=gr.Textbox(),
81
  title="Mushroom Image Classification",