Akjava commited on
Commit
f0b494d
·
1 Parent(s): 5dc9159
Files changed (1) hide show
  1. app.py +1 -1
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