Spaces:
Paused
Paused
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -6,8 +6,8 @@ from chat_interface import ChatInterface
|
|
6 |
|
7 |
USERNAME = "ahmedheakl"
|
8 |
SPACE_NAME = "AIN-Arabic-VLM"
|
9 |
-
TITLE = "AIN
|
10 |
-
DESCRIPTION = "Welcome to the AIN Arabic VLM chatbot. The
|
11 |
TOP_N_HISTORY = 2
|
12 |
LOGO_PATH = "https://huggingface.co/spaces/ahmedheakl/AIN-Arabic-VLM/resolve/main/logo.jpeg"
|
13 |
|
|
|
6 |
|
7 |
USERNAME = "ahmedheakl"
|
8 |
SPACE_NAME = "AIN-Arabic-VLM"
|
9 |
+
TITLE = "Welcome to AIN Chatbot"
|
10 |
+
DESCRIPTION = "Welcome to the AIN Arabic VLM chatbot. The most comprehensive Arabic-English LMM developed by MBZUAI."
|
11 |
TOP_N_HISTORY = 2
|
12 |
LOGO_PATH = "https://huggingface.co/spaces/ahmedheakl/AIN-Arabic-VLM/resolve/main/logo.jpeg"
|
13 |
|