Spaces:
Sleeping
Sleeping
Rob Learsch commited on
Commit ·
fafa9ed
1
Parent(s): 7462df7
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ grateful_dead_embeddings = grateful_dead_embeddings.astype(np.float32)
|
|
| 179 |
|
| 180 |
|
| 181 |
|
| 182 |
-
size =
|
| 183 |
|
| 184 |
# Initialize Hugging Face Inference Client
|
| 185 |
client = InferenceClient(#provider="hf-inference",
|
|
@@ -204,6 +204,7 @@ Arist_image = gr.Image(
|
|
| 204 |
show_download_button=False,
|
| 205 |
show_share_button=False,
|
| 206 |
)
|
|
|
|
| 207 |
with gr.Blocks() as demo:
|
| 208 |
# gr.Markdown("### Select your flavor.")
|
| 209 |
#with gr.Row(equal_height=True):
|
|
@@ -223,6 +224,8 @@ with gr.Blocks() as demo:
|
|
| 223 |
type="messages",
|
| 224 |
title="Lyrical Language Model",
|
| 225 |
description="Enter a message, receive vibes",
|
|
|
|
|
|
|
| 226 |
)
|
| 227 |
|
| 228 |
# Launch the chatbot
|
|
|
|
| 179 |
|
| 180 |
|
| 181 |
|
| 182 |
+
size = 350 #256
|
| 183 |
|
| 184 |
# Initialize Hugging Face Inference Client
|
| 185 |
client = InferenceClient(#provider="hf-inference",
|
|
|
|
| 204 |
show_download_button=False,
|
| 205 |
show_share_button=False,
|
| 206 |
)
|
| 207 |
+
#Chatbot = gr.Chatbot()
|
| 208 |
with gr.Blocks() as demo:
|
| 209 |
# gr.Markdown("### Select your flavor.")
|
| 210 |
#with gr.Row(equal_height=True):
|
|
|
|
| 224 |
type="messages",
|
| 225 |
title="Lyrical Language Model",
|
| 226 |
description="Enter a message, receive vibes",
|
| 227 |
+
fill_height=False,
|
| 228 |
+
height=500,
|
| 229 |
)
|
| 230 |
|
| 231 |
# Launch the chatbot
|