Faisal-Data commited on
Commit
81ac7bd
1 Parent(s): 0f8c45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  fn=process_image,
60
  inputs=inputs,
61
  outputs=outputs,
62
- title="Photo to Country and Music Generator محدد الموقع من الصور بالاضافة الى انشاء م",
63
  description="Upload a photo to identify the country and generate traditional music from that country. (قم بتحميل صورة لتحديد البلد وإنشاء موسيقى تقليدية من هذا البلد.)",
64
  examples=["Egypt.jfif", "Riyadh.jpeg", "Syria.jfif", "Turkey.jfif"]
65
  )
 
59
  fn=process_image,
60
  inputs=inputs,
61
  outputs=outputs,
62
+ title="Photo to Country and Music Generator محدد الموقع من الصور و منشئ موسيقى",
63
  description="Upload a photo to identify the country and generate traditional music from that country. (قم بتحميل صورة لتحديد البلد وإنشاء موسيقى تقليدية من هذا البلد.)",
64
  examples=["Egypt.jfif", "Riyadh.jpeg", "Syria.jfif", "Turkey.jfif"]
65
  )