yqcyqc commited on
Commit
e42d91f
·
verified ·
1 Parent(s): dfccf5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def predict_image(img):
71
  # 创建Gradio界面
72
  def create_interface():
73
  examples = [
74
- "data/r0_0_100.jpg",
75
- "data/r0_18_100.jpg"
76
  ]
77
 
78
  with gr.Blocks(title="Fruit Classification", theme=gr.themes.Soft()) as demo:
 
71
  # 创建Gradio界面
72
  def create_interface():
73
  examples = [
74
+ "r0_0_100.jpg",
75
+ "r0_18_100.jpg"
76
  ]
77
 
78
  with gr.Blocks(title="Fruit Classification", theme=gr.themes.Soft()) as demo: