Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -50,23 +50,22 @@ demo = gr.Interface(
|
|
50 |
value="5"
|
51 |
),
|
52 |
gr.Textbox("", label = "Input",
|
53 |
-
info="Give 8 words atleast, not to get concatenated with default words to make up it's minimum requirement."
|
54 |
-
examples=[
|
55 |
-
["A horse! a horse! my kingdom for a horse!",
|
56 |
-
"What’s In A Name? A Rose By Any Name Would Smell As Sweet",
|
57 |
-
"If Music Be The Food Of Love, Play On",
|
58 |
-
"Our Doubts Are Traitors And Make Us Lose The Good We Oft Might Win By Fearing To Attempt.",
|
59 |
-
"All That Glitters Is Not Gold.",
|
60 |
-
"Love All, Trust A Few, Do Wrong To None.",
|
61 |
-
"Love Looks Not With The Eyes, But With The Mind; And Therefore Is Winged Cupid Painted Blind"
|
62 |
-
]
|
63 |
-
]
|
64 |
)
|
65 |
],
|
66 |
[
|
67 |
gr.Textbox("", label = "Output")
|
68 |
],
|
69 |
-
title="Shakespeare Drama Dialogue Mimick by GPT3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
)
|
71 |
|
72 |
demo.launch(debug=True)
|
|
|
50 |
value="5"
|
51 |
),
|
52 |
gr.Textbox("", label = "Input",
|
53 |
+
info="Give 8 words atleast, not to get concatenated with default words to make up it's minimum requirement."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
)
|
55 |
],
|
56 |
[
|
57 |
gr.Textbox("", label = "Output")
|
58 |
],
|
59 |
+
title="Shakespeare Drama Dialogue Mimick by GPT3",
|
60 |
+
examples=[
|
61 |
+
["A horse! a horse! my kingdom for a horse!"],
|
62 |
+
["What’s In A Name? A Rose By Any Name Would Smell As Sweet"],
|
63 |
+
["If Music Be The Food Of Love, Play On"],
|
64 |
+
["Our Doubts Are Traitors And Make Us Lose The Good We Oft Might Win By Fearing To Attempt."],
|
65 |
+
["All That Glitters Is Not Gold."],
|
66 |
+
["Love All, Trust A Few, Do Wrong To None."],
|
67 |
+
["Love Looks Not With The Eyes, But With The Mind; And Therefore Is Winged Cupid Painted Blind"]
|
68 |
+
]
|
69 |
)
|
70 |
|
71 |
demo.launch(debug=True)
|