Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
-
from utils.upload_file import UploadFile
|
3 |
-
from utils.chatbot import ChatBot
|
4 |
-
from utils.ui_settings import UISettings
|
5 |
-
from utils.load_config import LoadConfig
|
6 |
|
7 |
APPCFG = LoadConfig()
|
8 |
# # Prepare the LLm and Tokenizer
|
|
|
1 |
import gradio as gr
|
2 |
+
from src.utils.upload_file import UploadFile
|
3 |
+
from src.utils.chatbot import ChatBot
|
4 |
+
from src.utils.ui_settings import UISettings
|
5 |
+
from src.utils.load_config import LoadConfig
|
6 |
|
7 |
APPCFG = LoadConfig()
|
8 |
# # Prepare the LLm and Tokenizer
|