SandyGudisa commited on
Commit
fe69da2
·
verified ·
1 Parent(s): c2b0ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,10 +25,10 @@ else:
25
  genai.configure(api_key=API_KEY)
26
 
27
  # GIF paths
28
- GIF_LISTENING = "Images/listening.gif"
29
- GIF_THINKING = "Images/Thinking1.gif"
30
- GIF_SPEAKING = "Images/speaking.gif"
31
- GIF_NEUTRAL = "Images/Neutral.gif"
32
 
33
  custom_theme = gr.themes.Default(
34
  primary_hue="indigo",
 
25
  genai.configure(api_key=API_KEY)
26
 
27
  # GIF paths
28
+ GIF_LISTENING = "listening.gif"
29
+ GIF_THINKING = "Thinking1.gif"
30
+ GIF_SPEAKING = "speaking.gif"
31
+ GIF_NEUTRAL = "Neutral.gif"
32
 
33
  custom_theme = gr.themes.Default(
34
  primary_hue="indigo",