Spaces:
Runtime error
Runtime error
Commit
·
c36899b
1
Parent(s):
2fd5a95
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ examples=["Bir hafta önce aldığım cep telefonu",
|
|
39 |
|
40 |
|
41 |
demo = gr.Interface(fn=generate_review,
|
42 |
-
inputs= gr.Textbox(lines=5,
|
43 |
outputs= gr.Textbox(lines=5, label="Generated Review", placeholder="genereated review will be here..."),
|
44 |
examples=examples,
|
45 |
title=title,
|
|
|
39 |
|
40 |
|
41 |
demo = gr.Interface(fn=generate_review,
|
42 |
+
inputs= gr.Textbox(lines=5, label="Prompt", placeholder="enter or select a prompt below..."),
|
43 |
outputs= gr.Textbox(lines=5, label="Generated Review", placeholder="genereated review will be here..."),
|
44 |
examples=examples,
|
45 |
title=title,
|