Update app.py
Browse files
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()
|