kmkarakaya commited on
Commit
db45038
·
1 Parent(s): d8a360f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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