Ivan000 commited on
Commit
71282ae
·
verified ·
1 Parent(s): d1299f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.Textbox(lines=2, placeholder="Введите ваш запрос здесь..."),
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 сгенерирует ответ."