yonikremer commited on
Commit
e0bb50d
1 Parent(s): 7b34e37

models will be downloaded when the server starts fix

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ from hanlde_form_submit import on_form_submit
10
  from on_server_start import main as on_server_start_main
11
 
12
 
 
 
13
  AVAILABLE_MODEL_NAMES = "https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads"
14
 
15
 
 
10
  from on_server_start import main as on_server_start_main
11
 
12
 
13
+ on_server_start_main()
14
+
15
  AVAILABLE_MODEL_NAMES = "https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads"
16
 
17