Spaces:
Runtime error
Runtime error
darthPanda
commited on
Commit
•
b0074a6
1
Parent(s):
a623e51
pre-alpha-release-v0.0
Browse files- .gitignore +2 -1
- app.py +2 -1
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
.env
|
2 |
-
wandb
|
|
|
|
1 |
.env
|
2 |
+
wandb
|
3 |
+
data//falcon.png
|
app.py
CHANGED
@@ -45,7 +45,8 @@ def restart_chat():
|
|
45 |
with gr.Blocks() as demo:
|
46 |
gr.Markdown(title)
|
47 |
with gr.Row():
|
48 |
-
gr.Image('
|
|
|
49 |
with gr.Column():
|
50 |
chatbot = gr.Chatbot(label='Chat with Falcon Barista', avatar_images=('data//user_avatar_logo.png','data//falcon_logo_transparent.png'))
|
51 |
with gr.Row():
|
|
|
45 |
with gr.Blocks() as demo:
|
46 |
gr.Markdown(title)
|
47 |
with gr.Row():
|
48 |
+
gr.Image('https://i.imgur.com/fHCFI2T.png', label="Look how cute is Falcon Barista")
|
49 |
+
# gr.Image('data//falcon.png', label="Look how cute is Falcon Barista")
|
50 |
with gr.Column():
|
51 |
chatbot = gr.Chatbot(label='Chat with Falcon Barista', avatar_images=('data//user_avatar_logo.png','data//falcon_logo_transparent.png'))
|
52 |
with gr.Row():
|