ahmedheakl commited on
Commit
d748c8c
·
verified ·
1 Parent(s): 262dde0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_app.py +3 -3
gradio_app.py CHANGED
@@ -5,11 +5,11 @@ from openai import OpenAI
5
  from chat_interface import ChatInterface
6
 
7
  USERNAME = "ahmedheakl"
8
- SPACE_NAME = "arabic-vlm-app"
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/arabic-vlm-app/resolve/main/logo.jpeg"
13
 
14
 
15
 
@@ -78,5 +78,5 @@ load_chat(
78
  "files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
79
  },
80
  ],
81
- cache_examples=False
82
  ).queue().launch(allowed_paths=["/static"])
 
5
  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
 
14
 
15
 
 
78
  "files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
79
  },
80
  ],
81
+ cache_examples=True
82
  ).queue().launch(allowed_paths=["/static"])