Spaces:
Runtime error
Runtime error
use custom model
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ demo = gr.ChatInterface(
|
|
41 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
42 |
container=False, scale=7),
|
43 |
title="Chat with a Databricks LLM serving endpoint",
|
44 |
-
description="This
|
45 |
examples=[["Hello"], ["What is MLflow?"], ["What is Apache Spark?"]],
|
46 |
cache_examples=False,
|
47 |
theme="soft",
|
|
|
41 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
42 |
container=False, scale=7),
|
43 |
title="Chat with a Databricks LLM serving endpoint",
|
44 |
+
description="This is an advanced model hosted on Databricks Serving.",
|
45 |
examples=[["Hello"], ["What is MLflow?"], ["What is Apache Spark?"]],
|
46 |
cache_examples=False,
|
47 |
theme="soft",
|