Spaces:
Runtime error
Runtime error
Commit
·
0e2c718
1
Parent(s):
9eb8301
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ examples=["Bir hafta önce aldığım cep telefonu",
|
|
34 |
|
35 |
demo = gr.Interface(fn=generate_review,
|
36 |
inputs="text",
|
37 |
-
outputs="
|
38 |
examples=examples,
|
39 |
title=title,
|
40 |
description= description,
|
|
|
34 |
|
35 |
demo = gr.Interface(fn=generate_review,
|
36 |
inputs="text",
|
37 |
+
outputs= gr.Textbox(lines=3, placeholder="genereated review will be here..."),
|
38 |
examples=examples,
|
39 |
title=title,
|
40 |
description= description,
|