husseinhug321's picture
Update config.py
663c41f verified
raw
history blame contribute delete
197 Bytes
# Gradio configs
SHARE_GRADIO_WITH_PUBLIC_URL = False
# server configs
APP_HOST = '0.0.0.0'
APP_PORT = 8000
# model configs
HF_MODEL_ID = "HuggingFaceTB/SmolLM-135M-Instruct"
LLM_VERBOSE = False