Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def generate_response(user_input):
|
|
24 |
# Create the Gradio interface
|
25 |
iface = gr.Interface(
|
26 |
fn=generate_response,
|
27 |
-
inputs=gr.
|
28 |
outputs="text",
|
29 |
title="Cotype-Nano Text Generation",
|
30 |
description="Введите ваш запрос, и Cotype-Nano сгенерирует ответ."
|
|
|
24 |
# Create the Gradio interface
|
25 |
iface = gr.Interface(
|
26 |
fn=generate_response,
|
27 |
+
inputs=gr.Textbox(lines=2, placeholder="Введите ваш запрос здесь..."),
|
28 |
outputs="text",
|
29 |
title="Cotype-Nano Text Generation",
|
30 |
description="Введите ваш запрос, и Cotype-Nano сгенерирует ответ."
|