MingDoan's picture
feat: Add VQA feature
4d5b0bf
raw
history blame contribute delete
388 Bytes
import os
API_ENDPOINT = "https://gdscfptu-ai-service-hf.hf.space"
STATE_JSON_FILE = os.path.join(os.getcwd(), "db", "state.json")
FW_DEFAULT_OPTION = "auto"
CHAT_EXAMPLES = ["Where should I go in Da Nang?",
"Best destinations in Quy Nhon"]
FD_DROPDOWN_CHOICES = ["mtcnn", "hog"]
FW_RADIO_CHOICES = ['none', 'auto']
REMBG_DROPDOWN_CHOICES = ["original", "high", "low"]