Faisal-Data commited on
Commit
76ee624
·
verified ·
1 Parent(s): 1352014

Update app.py

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