MaxLSB commited on
Commit
c32f52a
·
verified ·
1 Parent(s): 7811152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -62,6 +62,8 @@ def update_model(model_name):
62
  load_model(model_name)
63
  return []
64
 
 
 
65
  # Gradio UI
66
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
67
  # Header with image and title
 
62
  load_model(model_name)
63
  return []
64
 
65
+ image_path = "static/le-carnet.png"
66
+
67
  # Gradio UI
68
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
69
  # Header with image and title