Spaces:
Runtime error
Runtime error
Commit
·
d8a360f
1
Parent(s):
f065c0b
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(fn=generate_review,
|
|
43 |
#outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
|
44 |
inputs="text",
|
45 |
outputs="text",
|
46 |
-
examples=examples,
|
47 |
title=title,
|
48 |
description= description,
|
49 |
article = article
|
|
|
43 |
#outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
|
44 |
inputs="text",
|
45 |
outputs="text",
|
46 |
+
#examples=examples,
|
47 |
title=title,
|
48 |
description= description,
|
49 |
article = article
|