DawnC commited on
Commit
1c1c745
1 Parent(s): 3661fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, and 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():
 
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():