ahmedheakl commited on
Commit
931f20c
ยท
verified ยท
1 Parent(s): ef0b9e0

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +15 -15
gradio_app.py CHANGED
@@ -95,19 +95,19 @@ load_chat(
95
  title=TITLE,
96
  description=DESCRIPTION,
97
  theme="ocean",
98
- examples=[
99
- {
100
- "text": "ุฃุฎุจุฑู†ูŠ ู…ุง ุงุณู… ุงู„ู…ุจู†ู‰ ุงู„ู…ูˆุฌูˆุฏ ููŠ ุงู„ุตูˆุฑุฉ ูˆุงู„ุดูŠุก ุงู„ู…ุซูŠุฑ ู„ู„ุงู‡ุชู…ุงู… ููŠู‡",
101
- "files": ["https://cdn.mos.cms.futurecdn.net/5HrnHp9ybAqYrtruKAsfkN-1200-80.jpg"],
102
- },
103
- {
104
- "text": "ู…ุง ู‡ูˆ ุงู„ุนู„ู… ุงู„ู…ูˆุฌูˆุฏ ููŠ ุงู„ุตูˆุฑุฉุŸ",
105
- "files": ["https://mtc.ae/wp-content/uploads/2023/09/Satin-UAE-Flag-UAE-F-B-Blank.jpg"],
106
- },
107
- {
108
- "text": "How many people are there in the image?",
109
- "files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
110
- },
111
- ],
112
- cache_examples=False
113
  ).queue().launch(allowed_paths=["/static"])
 
95
  title=TITLE,
96
  description=DESCRIPTION,
97
  theme="ocean",
98
+ # examples=[
99
+ # {
100
+ # "text": "ุฃุฎุจุฑู†ูŠ ู…ุง ุงุณู… ุงู„ู…ุจู†ู‰ ุงู„ู…ูˆุฌูˆุฏ ููŠ ุงู„ุตูˆุฑุฉ ูˆุงู„ุดูŠุก ุงู„ู…ุซูŠุฑ ู„ู„ุงู‡ุชู…ุงู… ููŠู‡",
101
+ # "files": ["https://cdn.mos.cms.futurecdn.net/5HrnHp9ybAqYrtruKAsfkN-1200-80.jpg"],
102
+ # },
103
+ # {
104
+ # "text": "ู…ุง ู‡ูˆ ุงู„ุนู„ู… ุงู„ู…ูˆุฌูˆุฏ ููŠ ุงู„ุตูˆุฑุฉุŸ",
105
+ # "files": ["https://mtc.ae/wp-content/uploads/2023/09/Satin-UAE-Flag-UAE-F-B-Blank.jpg"],
106
+ # },
107
+ # {
108
+ # "text": "How many people are there in the image?",
109
+ # "files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
110
+ # },
111
+ # ],
112
+ # cache_examples=False
113
  ).queue().launch(allowed_paths=["/static"])