Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import flux1_inpaint
|
|
6 |
import os
|
7 |
import numpy as np
|
8 |
import shutil
|
9 |
-
shutil.rmtree("/home/user/app/.gradio/cached_examples/23")
|
10 |
|
11 |
def sanitize_prompt(prompt):
|
12 |
# Allow only alphanumeric characters, spaces, and basic punctuation
|
|
|
6 |
import os
|
7 |
import numpy as np
|
8 |
import shutil
|
9 |
+
#shutil.rmtree("/home/user/app/.gradio/cached_examples/23")
|
10 |
|
11 |
def sanitize_prompt(prompt):
|
12 |
# Allow only alphanumeric characters, spaces, and basic punctuation
|