Spaces:
Runtime error
Runtime error
kmkarakaya
commited on
Commit
·
f128f38
1
Parent(s):
63e1766
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ examples=["Bir hafta önce aldığım cep telefonu",
|
|
33 |
"Spor salonuna abone oldum ama"]
|
34 |
|
35 |
demo = gr.Interface(fn=generate_review,
|
36 |
-
inputs= gr.Textbox(lines=5, placeholder="enter or select a prompt below...")
|
37 |
outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
|
38 |
examples=examples,
|
39 |
title=title,
|
|
|
33 |
"Spor salonuna abone oldum ama"]
|
34 |
|
35 |
demo = gr.Interface(fn=generate_review,
|
36 |
+
inputs= gr.Textbox(lines=5, placeholder="enter or select a prompt below..."),
|
37 |
outputs= gr.Textbox(lines=5, placeholder="genereated review will be here..."),
|
38 |
examples=examples,
|
39 |
title=title,
|