Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ def predict_image(img):
|
|
71 |
# 创建Gradio界面
|
72 |
def create_interface():
|
73 |
examples = [
|
74 |
-
"
|
75 |
-
"
|
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:
|