Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gc # Import garbage collector for explicit memory management
|
|
7 |
threading.stack_size(2**33)
|
8 |
|
9 |
# Load the model
|
10 |
-
model = gr.load("enhanceaiteam/Flux-uncensored")
|
11 |
|
12 |
# Preload large datasets or pre-trained weights (if applicable)
|
13 |
# ...
|
|
|
7 |
threading.stack_size(2**33)
|
8 |
|
9 |
# Load the model
|
10 |
+
model = gr.load("models/enhanceaiteam/Flux-uncensored")
|
11 |
|
12 |
# Preload large datasets or pre-trained weights (if applicable)
|
13 |
# ...
|