mateoluksenberg commited on
Commit
1177326
β€’
1 Parent(s): 65edb04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,9 +21,8 @@ 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>"""
28
 
29
  CSS = """
@@ -240,7 +239,7 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
240
  ),
241
  ],
242
  ),
243
- gr.Examples(EXAMPLES, [chat_input])
244
 
245
  if __name__ == "__main__":
246
 
 
21
 
22
  DESCRIPTION = f"""
23
  <center>
24
+ <p>Chat de Documentos
25
  <br>
 
26
  </center>"""
27
 
28
  CSS = """
 
239
  ),
240
  ],
241
  ),
242
+ #gr.Examples(EXAMPLES, [chat_input])
243
 
244
  if __name__ == "__main__":
245