Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ def predict(img) -> Tuple[Dict, float]:
|
|
56 |
### 4. Gradio app ###
|
57 |
|
58 |
# Create title, description and article strings
|
59 |
-
title = "
|
60 |
-
description = "
|
61 |
-
article = "
|
62 |
|
63 |
# Create examples list from "examples/" directory
|
64 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
56 |
### 4. Gradio app ###
|
57 |
|
58 |
# Create title, description and article strings
|
59 |
+
title = "برنامه تشخیص غذا 🍕🥩🍣"
|
60 |
+
description = "یک سیستم هوش مصنوعی مبتنی بر بینایی کامپیوتر برای تشخیص تصویر پیتزا، استیک و سوشی"
|
61 |
+
article = "ساخته شده توسط نیما اصل توقیری"
|
62 |
|
63 |
# Create examples list from "examples/" directory
|
64 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|