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