ahmedheakl commited on
Commit
f1d330d
·
verified ·
1 Parent(s): c9d8d02

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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 Arabic VLM"
10
- DESCRIPTION = "Welcome to the AIN Arabic VLM chatbot. The best Arabic-English VLM developed by MBZUAI."
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