ucsahin commited on
Commit
88e0aa3
1 Parent(s): c83411b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ demo = gr.ChatInterface(
101
  [{"text": "Resimde neresi görünüyor?", "files":["./galata.jpg"]}],
102
  [{"text": "Resim nasıl bir tarza sahip?", "files":["./suluboya.jpg"]}],
103
  [{"text": "Detaylı açıkla", "files":["./tren.jpg"]}],
104
- [{"text": "Resimde nasıl bir ortam gösteriliyor?", "files":["./turkey1.jpg"]}],
105
  [{"text": "Görsel nasıl bir ortamı gösteriyor?", "files":["./lamba.jpg"]}],
106
  ],
107
  additional_inputs=[max_tokens_item, temperature_item, top_p_item, top_k_item, repeat_penalty_item],
 
101
  [{"text": "Resimde neresi görünüyor?", "files":["./galata.jpg"]}],
102
  [{"text": "Resim nasıl bir tarza sahip?", "files":["./suluboya.jpg"]}],
103
  [{"text": "Detaylı açıkla", "files":["./tren.jpg"]}],
104
+ [{"text": "Resimde nasıl bir etkinlik var?", "files":["./paris1.jpg"]}],
105
  [{"text": "Görsel nasıl bir ortamı gösteriyor?", "files":["./lamba.jpg"]}],
106
  ],
107
  additional_inputs=[max_tokens_item, temperature_item, top_p_item, top_k_item, repeat_penalty_item],