Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ iface = gr.Interface(
|
|
60 |
outputs=outputs,
|
61 |
title="Photo to Country and Music Generator محدد الموقع من الصور بالاضافة الى انشاء م",
|
62 |
description="Upload a photo to identify the country and generate traditional music from that country. (قم بتحميل صورة لتحديد البلد وإنشاء موسيقى تقليدية من هذا البلد.)",
|
63 |
-
examples=["
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|
|
|
60 |
outputs=outputs,
|
61 |
title="Photo to Country and Music Generator محدد الموقع من الصور بالاضافة الى انشاء م",
|
62 |
description="Upload a photo to identify the country and generate traditional music from that country. (قم بتحميل صورة لتحديد البلد وإنشاء موسيقى تقليدية من هذا البلد.)",
|
63 |
+
examples=["Egypt.jfif", "Riyadh.jpeg", "Syria.jfif", "Turkey.jfif"]
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|