1inkusFace commited on
Commit
4d3df35
·
verified ·
1 Parent(s): 8bd34c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -156,9 +156,5 @@ interface = gr.Interface(
156
  ]
157
  ])
158
 
159
-
160
- # Pre-load the model to avoid multiprocessing issues
161
- model, model_config = load_model()
162
-
163
  # Launch the Interface
164
  interface.launch()
 
156
  ]
157
  ])
158
 
 
 
 
 
159
  # Launch the Interface
160
  interface.launch()