Spaces:
Sleeping
Sleeping
Commit
·
6841c76
1
Parent(s):
2636731
add example inputs in the app
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ iface = gr.Interface(
|
|
77 |
description="Enter a prompt to generate Shakespeare-style text continuation",
|
78 |
examples=[
|
79 |
["O Romeo, Romeo, wherefore art thou", 100, 1],
|
80 |
-
["To be, or not to be, that is",
|
81 |
-
["Friends, Romans, countrymen, lend me",
|
82 |
["All the world's a stage, and all the", 100, 1],
|
83 |
["Now is the winter of our discontent", 100, 1],
|
84 |
["If music be the food of love,", 100, 1],
|
|
|
77 |
description="Enter a prompt to generate Shakespeare-style text continuation",
|
78 |
examples=[
|
79 |
["O Romeo, Romeo, wherefore art thou", 100, 1],
|
80 |
+
["To be, or not to be, that is", 60, 2],
|
81 |
+
["Friends, Romans, countrymen, lend me", 50, 3],
|
82 |
["All the world's a stage, and all the", 100, 1],
|
83 |
["Now is the winter of our discontent", 100, 1],
|
84 |
["If music be the food of love,", 100, 1],
|