Spestly commited on
Commit
e6ff733
Β·
verified Β·
1 Parent(s): 4a6f262

Update app.py

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