Spaces:
Sleeping
Sleeping
Commit ·
229c5f1
1
Parent(s): 7ebdf29
introductory message
Browse files
app.py
CHANGED
|
@@ -57,6 +57,7 @@ demo = gr.ChatInterface(
|
|
| 57 |
label="Top-p (nucleus sampling)",
|
| 58 |
),
|
| 59 |
],
|
|
|
|
| 60 |
)
|
| 61 |
|
| 62 |
|
|
|
|
| 57 |
label="Top-p (nucleus sampling)",
|
| 58 |
),
|
| 59 |
],
|
| 60 |
+
examples=["Hello! I am your AI Calibration Expert, specialized in pharmaceutical manufacturing processes. I'm here to help you with technical guidance on calibration procedures, quality control, and system optimization. How can I assist you today?"],
|
| 61 |
)
|
| 62 |
|
| 63 |
|