Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|