husseinhug321 commited on
Commit
5c00b02
·
verified ·
1 Parent(s): 30b0af8

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +10 -0
config.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio configs
2
+ SHARE_GRADIO_WITH_PUBLIC_URL = False
3
+
4
+ # server configs
5
+ APP_HOST = '0.0.0.0'
6
+ APP_PORT = 8000
7
+
8
+ # model configs
9
+ HF_MODEL_ID = "HuggingFaceTB/SmolLM-135M"
10
+ LLM_VERBOSE = False