Spaces:
Runtime error
Runtime error
kmkarakaya
commited on
Commit
·
21d92bc
1
Parent(s):
1a1e7dd
Update app.py
Browse files
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=
|
43 |
-
outputs=
|
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,
|