Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ MODELS = {
|
|
23 |
}
|
24 |
|
25 |
# Profile pictures
|
26 |
-
USER_PFP = "
|
27 |
AI_PFP = "ai_pfp.png" # Replace with the path to your AI's image or a URL
|
28 |
|
29 |
class AtlasInferenceApp:
|
|
|
23 |
}
|
24 |
|
25 |
# Profile pictures
|
26 |
+
USER_PFP = "user.png" # Hugging Face user avatar
|
27 |
AI_PFP = "ai_pfp.png" # Replace with the path to your AI's image or a URL
|
28 |
|
29 |
class AtlasInferenceApp:
|