Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -12,7 +12,7 @@ PWD = os.getenv("USER_PWD")
|
|
12 |
def main(args):
|
13 |
demo = gr.ChatInterface(
|
14 |
fn=chat,
|
15 |
-
examples=["Explain the
|
16 |
title="Chat and LLM server in the same application",
|
17 |
description="This space is a template that we can duplicate for your own usage. "
|
18 |
"This space let you build LLM powered idea on top of [Gradio](https://www.gradio.app/) "
|
|
|
12 |
def main(args):
|
13 |
demo = gr.ChatInterface(
|
14 |
fn=chat,
|
15 |
+
examples=["Explain the AI adoption challenges for enterprises.", "How can we identify a fraud transaction?", "Por que os grandes modelos de linguagem de AI halucinam?"],
|
16 |
title="Chat and LLM server in the same application",
|
17 |
description="This space is a template that we can duplicate for your own usage. "
|
18 |
"This space let you build LLM powered idea on top of [Gradio](https://www.gradio.app/) "
|