kmkarakaya commited on
Commit
21d92bc
·
1 Parent(s): 1a1e7dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ examples=["Bir hafta önce aldığım cep telefonu",
39
  demo = gr.Interface(fn=generate_review,
40
  #inputs= gr.Textbox(lines=5, placeholder="enter or select a prompt below..."),
41
  #outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
42
- inputs= gr.Textbox(lines=1),
43
- outputs= gr.Textbox(lines=5),
44
  examples=examples,
45
  title=title,
46
  description= description,
 
39
  demo = gr.Interface(fn=generate_review,
40
  #inputs= gr.Textbox(lines=5, placeholder="enter or select a prompt below..."),
41
  #outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
42
+ inputs="text",
43
+ outputs="text",
44
  examples=examples,
45
  title=title,
46
  description= description,