Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ english_interface = gr.Interface(
|
|
134 |
title="Landmark Recognition", # Title of the interface
|
135 |
description="Upload an image of a landmark, and we will generate a description, classify it, and provide simple information.", # Description of the tool
|
136 |
examples=[ # Examples for user
|
137 |
-
["
|
138 |
-
["
|
139 |
]
|
140 |
)
|
141 |
|
@@ -152,8 +152,8 @@ arabic_interface = gr.Interface(
|
|
152 |
title="ุงูุชุนุฑู ุนูู ุงูู
ุนุงูู
", # Title of the interface in Arabic
|
153 |
description="ูู
ุจุชุญู
ูู ุตูุฑุฉ ูู
ุนูู
ุ ูุณูุนู
ู ุนูู ุฅูุดุงุก ูุตู ูู ูุชุตูููู ูุชูููุฑ ู
ุนููู
ุงุช ุจุณูุทุฉ", # Description of the tool in Arabic
|
154 |
examples=[ # Examples for user
|
155 |
-
["
|
156 |
-
["
|
157 |
]
|
158 |
)
|
159 |
|
|
|
134 |
title="Landmark Recognition", # Title of the interface
|
135 |
description="Upload an image of a landmark, and we will generate a description, classify it, and provide simple information.", # Description of the tool
|
136 |
examples=[ # Examples for user
|
137 |
+
["SOL.jfif"],
|
138 |
+
["OIP.jfif"]
|
139 |
]
|
140 |
)
|
141 |
|
|
|
152 |
title="ุงูุชุนุฑู ุนูู ุงูู
ุนุงูู
", # Title of the interface in Arabic
|
153 |
description="ูู
ุจุชุญู
ูู ุตูุฑุฉ ูู
ุนูู
ุ ูุณูุนู
ู ุนูู ุฅูุดุงุก ูุตู ูู ูุชุตูููู ูุชูููุฑ ู
ุนููู
ุงุช ุจุณูุทุฉ", # Description of the tool in Arabic
|
154 |
examples=[ # Examples for user
|
155 |
+
["SOL.jfif"],
|
156 |
+
["OIP.jfif"]
|
157 |
]
|
158 |
)
|
159 |
|