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