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