Faisal-Data commited on
Commit
b763d79
·
verified ·
1 Parent(s): d14248c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["/content/Egypt.jfif", "/content/Riyadh.jpeg", "/content/Syria.jfif", "/content/Turkey.jfif"]
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