Cédric KACZMAREK commited on
Commit
b991434
·
1 Parent(s): 0b4a73b

suppression imports inutiles

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -1,14 +1,16 @@
1
  import os
2
- import json
3
- import pandas as pd
4
  import gradio as gr
 
5
  from llama_index.core import (
6
  VectorStoreIndex,
7
  download_loader,
8
  StorageContext
9
  )
 
10
 
11
- import logging
12
  from dotenv import load_dotenv, find_dotenv
13
  from pathlib import Path
14
 
 
1
  import os
2
+ #import json
3
+ #import pandas as pd
4
  import gradio as gr
5
+ '''
6
  from llama_index.core import (
7
  VectorStoreIndex,
8
  download_loader,
9
  StorageContext
10
  )
11
+ '''
12
 
13
+ #import logging
14
  from dotenv import load_dotenv, find_dotenv
15
  from pathlib import Path
16