tommyaie99 commited on
Commit
3ea9ba3
·
1 Parent(s): 2ae12ef

tentative fix image jpeg instead

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. pmcp/assets/pmcp_bot.jpeg +0 -0
app.py CHANGED
@@ -128,7 +128,7 @@ def create_gradio_app():
128
  """Creates and launches the Gradio web application."""
129
  print("Launching Gradio app...")
130
 
131
- AVATAR_BOT = "pmcp/assets/pmcp_bot.png"
132
 
133
  theme = gr.themes.Soft(
134
  primary_hue="green",
 
128
  """Creates and launches the Gradio web application."""
129
  print("Launching Gradio app...")
130
 
131
+ AVATAR_BOT = "pmcp/assets/pmcp_bot.jpeg"
132
 
133
  theme = gr.themes.Soft(
134
  primary_hue="green",
pmcp/assets/pmcp_bot.jpeg ADDED