Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,12 +59,12 @@ demo = gr.ChatInterface(
|
|
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 qui vivait dans un village paisible, jusqu'au jour où",
|
63 |
-
["Il était une fois une grenouille qui rêvait de toucher les étoiles chaque nuit depuis son étang.",
|
64 |
-
["Il était une fois un vieux moulin abandonné qui",
|
65 |
]
|
66 |
-
|
67 |
)
|
68 |
|
69 |
if __name__ == "__main__":
|
|
|
70 |
demo.launch()
|
|
|
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 qui vivait dans un village paisible, jusqu'au jour où", 512, 0.7, 0.9],
|
63 |
+
["Il était une fois une grenouille qui rêvait de toucher les étoiles chaque nuit depuis son étang.", 512, 0.7, 0.9],
|
64 |
+
["Il était une fois un vieux moulin abandonné qui", 512, 0.7, 0.9],
|
65 |
]
|
|
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|
69 |
+
demo.queue()
|
70 |
demo.launch()
|