Spaces:
Running
Running
Commit
·
379c6ae
1
Parent(s):
eb5eb52
Add examples
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ demo = gr.ChatInterface(
|
|
56 |
gr.Slider(minimum=0.1, maximum=10, value=1.5, step=0.1, label="Repetition penalty"),
|
57 |
],
|
58 |
examples=[
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
],
|
63 |
)
|
64 |
|
|
|
56 |
gr.Slider(minimum=0.1, maximum=10, value=1.5, step=0.1, label="Repetition penalty"),
|
57 |
],
|
58 |
examples=[
|
59 |
+
"What types of roles are in the system?",
|
60 |
+
"How to import records into stock receipts in Boost.space?",
|
61 |
+
"Is it possible to create a PDF export from the product?",
|
62 |
],
|
63 |
)
|
64 |
|