Woziii commited on
Commit
7d16437
·
verified ·
1 Parent(s): 43950be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -4,7 +4,7 @@ import spaces
4
  import torch
5
  import re
6
  from threading import Thread
7
- from typing import Iterator, Literal
8
  from datetime import datetime
9
  from huggingface_hub import HfApi, hf_hub_download
10
  import json
@@ -359,8 +359,10 @@ Assistant: Bien sûr ! Mon parcours académique, ou plutôt celui de Lucas, est
359
  ["Quelle inspiration t'a conduit à créer braIAn ?"],
360
  ["Lucas, pourquoi avoir choisi d'étudier le droit si tu es passionné par la technologie ?"],
361
  ["Salut Lucas, tu es vraiment un bot, c'est ça ?"],
362
- ["Quelle est ta vision de l'IA ?"]
363
-
 
 
364
  )
365
 
366
  with gr.Blocks(css="style.css") as demo:
 
4
  import torch
5
  import re
6
  from threading import Thread
7
+ from typing import Iterator
8
  from datetime import datetime
9
  from huggingface_hub import HfApi, hf_hub_download
10
  import json
 
359
  ["Quelle inspiration t'a conduit à créer braIAn ?"],
360
  ["Lucas, pourquoi avoir choisi d'étudier le droit si tu es passionné par la technologie ?"],
361
  ["Salut Lucas, tu es vraiment un bot, c'est ça ?"],
362
+ ["Quelle est ta vision de l'IA ?"],
363
+ ],
364
+ theme="soft",
365
+ show_progress='full',
366
  )
367
 
368
  with gr.Blocks(css="style.css") as demo: