mateoluksenberg commited on
Commit
9ab7e35
·
verified ·
1 Parent(s): 88b49ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -21,7 +21,7 @@ TITLE = "<h1>3ML-bot</h1>"
21
 
22
  DESCRIPTION = f"""
23
  <center>
24
- <p>😊 A Multi-Modal Multi-Lingual(3ML) Chat.
25
  <br>
26
  🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
27
  </center>"""
@@ -182,10 +182,9 @@ chat_input = gr.MultimodalTextbox(
182
 
183
  )
184
  EXAMPLES = [
185
- [{"text": "Write a poem about spring season in French Language", }],
186
- [{"text": "what does this chart mean?", "files": ["sales.png"]}],
187
- [{"text": "¿Qué está escrito a mano en esta foto?", "files": ["receipt1.png"]}],
188
- [{"text": "در مورد این عکس توضیح بده و بگو این چه فصلی می تواند باشد", "files": ["nature.jpg"]}]
189
  ]
190
 
191
  with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
 
21
 
22
  DESCRIPTION = f"""
23
  <center>
24
+ <p>Chat con Documentos.
25
  <br>
26
  🚀 MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
27
  </center>"""
 
182
 
183
  )
184
  EXAMPLES = [
185
+ [{"text": "Quien es el Demandado?", }],
186
+ [{"text": "Resumir el Documento?", }],
187
+ [{"text": "Explicar el Documento?", }]
 
188
  ]
189
 
190
  with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo: