AmadouDiaV commited on
Commit
e39740e
Β·
1 Parent(s): a1ff351
Files changed (2) hide show
  1. Requirements.txt +1 -1
  2. config.py +2 -1
Requirements.txt CHANGED
@@ -6,4 +6,4 @@ requests
6
  tensorflow
7
  streamlit
8
  tf-keras
9
- pymupdf
 
6
  tensorflow
7
  streamlit
8
  tf-keras
9
+ pymupdf
config.py CHANGED
@@ -11,6 +11,7 @@ for NAME in AVAILABLE_MODELS:
11
 
12
  TITRE = "Pacifista 🐻"
13
 
14
- API_URL = 'http://127.0.0.1:5000'
 
15
  USER_AVATAR = "πŸ‘€"
16
  BOT_AVATAR = "πŸ€–"
 
11
 
12
  TITRE = "Pacifista 🐻"
13
 
14
+ # API_URL = 'http://127.0.0.1:5000'
15
+ API_URL = 'http://52.4.151.236:5000'
16
  USER_AVATAR = "πŸ‘€"
17
  BOT_AVATAR = "πŸ€–"