Spestly commited on
Commit
0cafe7a
Β·
verified Β·
1 Parent(s): dc68c0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ MODELS = {
23
  }
24
 
25
  # Profile pictures
26
- USER_PFP = "https://huggingface.co/front/assets/avatars.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:
 
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: