Spaces:
Running
Running
samples
Browse files
app.py
CHANGED
|
@@ -346,6 +346,9 @@ demo = gr.Interface(
|
|
| 346 |
examples=[
|
| 347 |
[SAMPLE_CONVERSATIONS["Quick Bug Fix"]],
|
| 348 |
[SAMPLE_CONVERSATIONS["Gaming Session"]],
|
|
|
|
|
|
|
|
|
|
| 349 |
[SAMPLE_CONVERSATIONS["Study Group"]],
|
| 350 |
],
|
| 351 |
)
|
|
|
|
| 346 |
examples=[
|
| 347 |
[SAMPLE_CONVERSATIONS["Quick Bug Fix"]],
|
| 348 |
[SAMPLE_CONVERSATIONS["Gaming Session"]],
|
| 349 |
+
[SAMPLE_CONVERSATIONS["Anime Discussion"]],
|
| 350 |
+
[SAMPLE_CONVERSATIONS["Movie Night Planning"]],
|
| 351 |
+
[SAMPLE_CONVERSATIONS["Recipe Sharing"]],
|
| 352 |
[SAMPLE_CONVERSATIONS["Study Group"]],
|
| 353 |
],
|
| 354 |
)
|