matteomarjanovic commited on
Commit
af4f4f3
·
1 Parent(s): 1bd4c24

change image path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ css = """
185
  }
186
  """
187
 
188
- image_path = os.path.abspath("./hoodie.webp")
189
 
190
  # generated_prompt = ""
191
 
 
185
  }
186
  """
187
 
188
+ image_path = os.path.abspath("hoodie.webp")
189
 
190
  # generated_prompt = ""
191