Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ output_example = "Here's why Lebron James hates the Celtics"
|
|
85 |
textbox_input = gr.inputs.Textbox(label = "Article content",
|
86 |
value=input_example)
|
87 |
textbox_output = gr.inputs.Textbox(label = "Output clickbait title",
|
88 |
-
value=
|
89 |
|
90 |
|
91 |
def clickbait_generator(article_content, condition_lambda=5.0):
|
|
|
85 |
textbox_input = gr.inputs.Textbox(label = "Article content",
|
86 |
value=input_example)
|
87 |
textbox_output = gr.inputs.Textbox(label = "Output clickbait title",
|
88 |
+
value=output_example)
|
89 |
|
90 |
|
91 |
def clickbait_generator(article_content, condition_lambda=5.0):
|