Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matteomarjanovic
/
draptic-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
matteomarjanovic
commited on
Feb 21
Commit
af4f4f3
·
1 Parent(s):
1bd4c24
change image path
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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