Spaces:
Runtime error
Runtime error
kmkarakaya
commited on
Commit
·
ce452da
1
Parent(s):
b3de19a
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ demo = gr.Interface(fn=generate_review,
|
|
44 |
examples=examples,
|
45 |
title=title,
|
46 |
description= description,
|
47 |
-
article = article
|
48 |
cache_examples = False
|
49 |
#allow_flagging="manual",
|
50 |
#flagging_options=["good","moderate", "non-sense", ]
|
|
|
44 |
examples=examples,
|
45 |
title=title,
|
46 |
description= description,
|
47 |
+
article = article,
|
48 |
cache_examples = False
|
49 |
#allow_flagging="manual",
|
50 |
#flagging_options=["good","moderate", "non-sense", ]
|