Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1271,7 +1271,7 @@ with gr.Blocks(css="""
|
|
1271 |
with gr.Tabs():
|
1272 |
# 第一個 Tab:原有的辨識功能
|
1273 |
with gr.TabItem("Breed Detection"):
|
1274 |
-
gr.HTML("<p style='text-align: center;'>Upload a picture of a dog,
|
1275 |
gr.HTML("<p style='text-align: center; color: #666; font-size: 0.9em;'>Note: The model's predictions may not always be 100% accurate, and it is recommended to use the results as a reference.</p>")
|
1276 |
|
1277 |
with gr.Row():
|
|
|
1271 |
with gr.Tabs():
|
1272 |
# 第一個 Tab:原有的辨識功能
|
1273 |
with gr.TabItem("Breed Detection"):
|
1274 |
+
gr.HTML("<p style='text-align: center;'>Upload a picture of a dog, the model will predict its breed and provide detailed information!</p>")
|
1275 |
gr.HTML("<p style='text-align: center; color: #666; font-size: 0.9em;'>Note: The model's predictions may not always be 100% accurate, and it is recommended to use the results as a reference.</p>")
|
1276 |
|
1277 |
with gr.Row():
|