Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|