aburnazyan commited on
Commit
1526edf
1 Parent(s): 68343c9

default text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate_text(prompt, temperature, top_k, top_p, max_length):
14
  iface = gr.Interface(
15
  fn=generate_text,
16
  inputs=[
17
- gr.inputs.Textbox(lines=2, placeholder=f"""### Instruction:
18
  Ո՞րն է Հայաստանի մայրաքաղաքը
19
  ### Response:
20
 
 
14
  iface = gr.Interface(
15
  fn=generate_text,
16
  inputs=[
17
+ gr.inputs.Textbox(lines=2, default=f"""### Instruction:
18
  Ո՞րն է Հայաստանի մայրաքաղաքը
19
  ### Response:
20