Huy0502 commited on
Commit
a07fbef
·
verified ·
1 Parent(s): 1d4a2d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def predict(image):
17
  result, annotated_image =beer_recognition.forward(image, save_path=saved_path)
18
  return annotated_image
19
 
20
- title = "Ứng dụng nhận diện bia🍺"
21
  description = "Tải lên một ảnh của bạn để mô hình nhận diện bia hoặc thử các ảnh mẫu bên dưới."
22
 
23
  interface = gr.Interface(
 
17
  result, annotated_image =beer_recognition.forward(image, save_path=saved_path)
18
  return annotated_image
19
 
20
+ title = "Ứng dụng nhận diện bia Sài Gòn🍺"
21
  description = "Tải lên một ảnh của bạn để mô hình nhận diện bia hoặc thử các ảnh mẫu bên dưới."
22
 
23
  interface = gr.Interface(