phamson02
commited on
Commit
•
a302d67
1
Parent(s):
1a2089d
update
Browse files- complete_poem.py +0 -2
complete_poem.py
CHANGED
@@ -56,8 +56,6 @@ def complete_poem(text, style):
|
|
56 |
complete_poem_interface = gr.Interface(
|
57 |
fn=complete_poem,
|
58 |
inputs=[
|
59 |
-
# Title and description
|
60 |
-
gr.Interface.Title("Viết tiếp áng thơ hay"),
|
61 |
gr.components.Textbox(
|
62 |
lines=1,
|
63 |
placeholder="Tôi đâu có biết làm thơ",
|
|
|
56 |
complete_poem_interface = gr.Interface(
|
57 |
fn=complete_poem,
|
58 |
inputs=[
|
|
|
|
|
59 |
gr.components.Textbox(
|
60 |
lines=1,
|
61 |
placeholder="Tôi đâu có biết làm thơ",
|