Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,11 @@ 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="
|
60 |
description="Type the beginning of a sentence and watch the model finish it.",
|
|
|
|
|
|
|
61 |
)
|
62 |
|
63 |
if __name__ == "__main__":
|
|
|
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 Generation",
|
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"],
|
63 |
+
],
|
64 |
)
|
65 |
|
66 |
if __name__ == "__main__":
|