Spaces:
Runtime error
Runtime error
akshaytrikha
commited on
Commit
•
505265f
1
Parent(s):
1996290
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ def generate(text):
|
|
21 |
return result[0]["generated_text"].replace('"', '') # remove quotation marks
|
22 |
|
23 |
examples = [
|
24 |
-
["Today I'll be"],
|
25 |
["Why does the lying news media"],
|
26 |
-
["The democrats have"]
|
|
|
27 |
]
|
28 |
|
29 |
demo = gr.Interface(
|
|
|
21 |
return result[0]["generated_text"].replace('"', '') # remove quotation marks
|
22 |
|
23 |
examples = [
|
|
|
24 |
["Why does the lying news media"],
|
25 |
+
["The democrats have"],
|
26 |
+
["Today I'll be"],
|
27 |
]
|
28 |
|
29 |
demo = gr.Interface(
|