fbrosse commited on
Commit
948d8e0
·
1 Parent(s): e2123b4

use custom model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a advanced model hosted on Databricks Serving",
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",