ucsahin commited on
Commit
c0e37ed
·
verified ·
1 Parent(s): 2b9bd71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -4
app.py CHANGED
@@ -84,12 +84,20 @@ demo = gr.ChatInterface(
84
  fn=bot_streaming,
85
  chatbot=gr.Chatbot(placeholder=PLACEHOLDER, scale=1),
86
  examples=[
87
- [{"text": "Detaylı açıkla", "files":["./family.jpg"]}],
88
- [{"text": "Görüntüde uçaklar ne yapıyor?", "files":["./plane.jpg"]}],
89
- [{"text": "Kısaca açıkla", "files":["./dog.jpg"]}],
 
 
 
90
  [{"text": "Tren istasyonu kalabalık mı yoksa boş mu?", "files":["./train.jpg"]}],
91
  [{"text": "Resimdeki araba hangi renk?", "files":["./car.jpg"]}],
92
- [{"text": "Görüntünün odak noktası nedir?", "files":["./mandog.jpg"]}]
 
 
 
 
 
93
  ],
94
  additional_inputs=[max_tokens_item, temperature_item, top_p_item, top_k_item, repeat_penalty_item],
95
  additional_inputs_accordion=parameter_accordion,
 
84
  fn=bot_streaming,
85
  chatbot=gr.Chatbot(placeholder=PLACEHOLDER, scale=1),
86
  examples=[
87
+ [{"text": "Resimde kaç kişi var?", "files":["./family.jpg"]}],
88
+ [{"text": "Açıkla", "files":["./anitkabir2.jpg"]}],
89
+ [{"text": "Kısaca açıkla", "files":["./at.jpg"]}],
90
+ [{"text": "Görüntüdeki otobüsün görünümü nasıldır?", "files":["./bus.jpg"]}],
91
+ [{"text": "Görüntüde hava durumu nasıl?", "files":["./plane.jpg"]}],
92
+ [{"text": "Resimdeki ilginç unsurlar nelerdir?", "files":["./dog.jpg"]}],
93
  [{"text": "Tren istasyonu kalabalık mı yoksa boş mu?", "files":["./train.jpg"]}],
94
  [{"text": "Resimdeki araba hangi renk?", "files":["./car.jpg"]}],
95
+ [{"text": "Görüntünün odak noktası nedir?", "files":["./mandog.jpg"]}],
96
+ [{"text": "Resimde ne görünüyor?", "files":["./galata.jpg"]}],
97
+ [{"text": "Resim nasıl bir tarza sahip?", "files":["./suluboya.jpg"]}],
98
+ [{"text": "Detaylı açıkla", "files":["./tren.jpg"]}],
99
+ [{"text": "Resimde nasıl bir ortam gösteriliyor?", "files":["./turkey1.jpg"]}],
100
+ [{"text": "Görsel nasıl bir ortamı gösteriyor?", "files":["./lamba.jpg"]}],
101
  ],
102
  additional_inputs=[max_tokens_item, temperature_item, top_p_item, top_k_item, repeat_penalty_item],
103
  additional_inputs_accordion=parameter_accordion,