Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gr.ChatInterface(
|
|
56 |
gr.Slider(0.1, 2.0, value=0.7, step=0.1, label="Temperature"),
|
57 |
gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top‑p"),
|
58 |
],
|
59 |
-
title="Short French Stories
|
60 |
description="Type the beginning of a sentence and watch the model finish it.",
|
61 |
examples=[
|
62 |
["Il était une fois un petit garçon"],
|
|
|
56 |
gr.Slider(0.1, 2.0, value=0.7, step=0.1, label="Temperature"),
|
57 |
gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top‑p"),
|
58 |
],
|
59 |
+
title="LeCarnet-8M: Short French Stories",
|
60 |
description="Type the beginning of a sentence and watch the model finish it.",
|
61 |
examples=[
|
62 |
["Il était une fois un petit garçon"],
|