Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ Use the [Fudge](https://github.com/yangkevin2/naacl-2021-fudge-controlled-genera
|
|
108 |
Note that this is using two Transformers and is executed with CPU-only, so it will take a minute or two to finish generating a title.
|
109 |
"""
|
110 |
|
111 |
-
article = "Check out [the codebase for our model](https://github.com/dsvilarkovic/
|
112 |
|
113 |
|
114 |
app = gr.Interface(
|
|
|
108 |
Note that this is using two Transformers and is executed with CPU-only, so it will take a minute or two to finish generating a title.
|
109 |
"""
|
110 |
|
111 |
+
article = "Check out [the codebase for our model](https://github.com/dsvilarkovic/clickbaitonator) that this demo is based of. You need collaborator access, which you have been probably invited for."
|
112 |
|
113 |
|
114 |
app = gr.Interface(
|