RanAlh443 commited on
Commit
e2ac8ef
ยท
verified ยท
1 Parent(s): be5edb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -134,8 +134,8 @@ english_interface = gr.Interface(
134
  title="Landmark Recognition", # Title of the interface
135
  description="Upload an image of a landmark, and we will generate a description, classify it, and provide simple information.", # Description of the tool
136
  examples=[ # Examples for user
137
- ["/content/SOL.jfif"],
138
- ["/content/OIP.jfif"]
139
  ]
140
  )
141
 
@@ -152,8 +152,8 @@ arabic_interface = gr.Interface(
152
  title="ุงู„ุชุนุฑู ุนู„ู‰ ุงู„ู…ุนุงู„ู…", # Title of the interface in Arabic
153
  description="ู‚ู… ุจุชุญู…ูŠู„ ุตูˆุฑุฉ ู„ู…ุนู„ู…ุŒ ูˆุณู†ุนู…ู„ ุนู„ู‰ ุฅู†ุดุงุก ูˆุตู ู„ู‡ ูˆุชุตู†ูŠูู‡ ูˆุชูˆููŠุฑ ู…ุนู„ูˆู…ุงุช ุจุณูŠุทุฉ", # Description of the tool in Arabic
154
  examples=[ # Examples for user
155
- ["/content/SOL.jfif"],
156
- ["/content/OIP.jfif"]
157
  ]
158
  )
159
 
 
134
  title="Landmark Recognition", # Title of the interface
135
  description="Upload an image of a landmark, and we will generate a description, classify it, and provide simple information.", # Description of the tool
136
  examples=[ # Examples for user
137
+ ["SOL.jfif"],
138
+ ["OIP.jfif"]
139
  ]
140
  )
141
 
 
152
  title="ุงู„ุชุนุฑู ุนู„ู‰ ุงู„ู…ุนุงู„ู…", # Title of the interface in Arabic
153
  description="ู‚ู… ุจุชุญู…ูŠู„ ุตูˆุฑุฉ ู„ู…ุนู„ู…ุŒ ูˆุณู†ุนู…ู„ ุนู„ู‰ ุฅู†ุดุงุก ูˆุตู ู„ู‡ ูˆุชุตู†ูŠูู‡ ูˆุชูˆููŠุฑ ู…ุนู„ูˆู…ุงุช ุจุณูŠุทุฉ", # Description of the tool in Arabic
154
  examples=[ # Examples for user
155
+ ["SOL.jfif"],
156
+ ["OIP.jfif"]
157
  ]
158
  )
159